change to firebase auth
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user