Add missing default choice for `SiteSetting.google_oauth2_prompt`.
This commit is contained in:
parent
1f74509a75
commit
66062ed6d9
|
@ -259,6 +259,7 @@ login:
|
||||||
default: ''
|
default: ''
|
||||||
type: list
|
type: list
|
||||||
choices:
|
choices:
|
||||||
|
- ''
|
||||||
- 'none'
|
- 'none'
|
||||||
- 'consent'
|
- 'consent'
|
||||||
- 'select_account'
|
- 'select_account'
|
||||||
|
|
Loading…
Reference in New Issue