add ocid based login
This commit is contained in:
parent
d83309d4cd
commit
34af2b1fab
12 changed files with 131 additions and 28 deletions
|
|
@ -46,7 +46,9 @@ pandora.ui.mainMenu = function() {
|
|||
{ id: 'tasks', title: Ox._('Tasks...'), disabled: isGuest },
|
||||
{ id: 'archives', title: Ox._('Archives...'), disabled: /*isGuest*/ true },
|
||||
{},
|
||||
{ id: 'signup', title: Ox._('Sign Up...'), disabled: !isGuest },
|
||||
!pandora.site.site.oidc
|
||||
? { id: 'signup', title: Ox._('Sign Up...'), disabled: !isGuest }
|
||||
: [],
|
||||
isGuest ? { id: 'signin', title: Ox._('Sign In...')}
|
||||
: { id: 'signout', title: Ox._('Sign Out...')}
|
||||
] },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue