lint issue w/ burnettk cullerton

This commit is contained in:
jasquat 2022-09-21 17:27:31 -04:00
parent fe76cf0e11
commit f65013804d

View File

@ -45,6 +45,7 @@ const getUsername = () => {
const idObject = jwt(idToken);
return (idObject as any).preferred_username;
}
return null;
};
// FIXME: we could probably change this search to a hook