1
0

Show errors from openid provider

This commit is contained in:
kolaente
2021-08-14 17:31:35 +02:00
parent 7bd081efe0
commit f79f4101b6
3 changed files with 13 additions and 2 deletions

View File

@ -62,7 +62,7 @@ export default {
return state.namespaces.namespaces.filter(n => !n.isArchived)
},
currentList: CURRENT_LIST,
background: 'background',
background: 'background', // FIXME: Return the full thing or nothing at all to prevent calls to /null
menuActive: MENU_ACTIVE,
userInfo: state => state.auth.info,
authenticated: state => state.auth.authenticated,