Possibility to configure an OpenID Connect provider on the instance level WIP (#128).

This commit is contained in:
John Livingston
2024-04-17 15:12:37 +02:00
parent 6c75863472
commit 8574ab581d
8 changed files with 183 additions and 43 deletions

View File

@ -46,6 +46,7 @@ export const tplExternalLoginModal = (el, o) => {
return
}
// TODO
console.info('Got external account information', data)
console.error('not implemented yet')
}