change to firebase auth

This commit is contained in:
2025-02-18 18:05:51 -06:00
parent b9a9b983e9
commit a2e6243e93
34 changed files with 465 additions and 63 deletions

View File

@@ -181,7 +181,7 @@ export function routeListingWithState(router: Router, value: string, data: any)
}
}
export function map2User(jwt: string): KeycloakUser {
export function map2User(jwt: string | null): KeycloakUser {
if (jwt) {
const token = jwtDecode<JwtToken>(jwt);
return {