fix: auth sub override (#9635)

This commit is contained in:
Jason Rasmussen 2024-05-21 09:07:34 -04:00 committed by GitHub
parent bb79df655d
commit 91b835cfeb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 35 additions and 13 deletions

View file

@ -15,7 +15,7 @@ export const systemConfigStub = {
enabled: false,
},
},
noAutoRegister: {
oauthEnabled: {
oauth: {
enabled: true,
autoRegister: false,
@ -23,7 +23,15 @@ export const systemConfigStub = {
buttonText: 'OAuth',
},
},
override: {
oauthWithAutoRegister: {
oauth: {
enabled: true,
autoRegister: true,
autoLaunch: false,
buttonText: 'OAuth',
},
},
oauthWithMobileOverride: {
oauth: {
enabled: true,
autoRegister: true,
@ -32,7 +40,7 @@ export const systemConfigStub = {
buttonText: 'OAuth',
},
},
withDefaultStorageQuota: {
oauthWithStorageQuota: {
oauth: {
enabled: true,
autoRegister: true,