Add missing default choice for `SiteSetting.google_oauth2_prompt`.

This commit is contained in:
Guo Xiang Tan 2018-02-23 11:23:08 +08:00
parent 1f74509a75
commit 66062ed6d9
1 changed files with 1 additions and 0 deletions

View File

@ -259,6 +259,7 @@ login:
default: ''
type: list
choices:
- ''
- 'none'
- 'consent'
- 'select_account'