chore: document user login state
This commit is contained in:
parent
3771890f98
commit
2299907932
2 changed files with 4 additions and 2 deletions
|
|
@ -64,7 +64,7 @@ function mapRoleToName(role: string) {
|
|||
case 'invalid-oidc':
|
||||
return <p className="opacity-50">Invalid</p>;
|
||||
case 'no-role':
|
||||
return <p className="opacity-50">No Role</p>;
|
||||
return <p className="opacity-50">Unregistered</p>;
|
||||
case 'owner':
|
||||
return 'Owner';
|
||||
case 'admin':
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue