Always prompt user to select account on google login
This closes #103 and as discussed in that issue, hopefully fixes a common source of error discussed in #31
This commit is contained in:
@ -35,6 +35,8 @@ func TestConfigDefaults(t *testing.T) {
|
||||
assert.Equal(time.Second*time.Duration(43200), c.Lifetime)
|
||||
assert.Equal("/_oauth", c.Path)
|
||||
assert.Len(c.Whitelist, 0)
|
||||
|
||||
assert.Equal("select_account", c.Providers.Google.Prompt)
|
||||
}
|
||||
|
||||
func TestConfigParseArgs(t *testing.T) {
|
||||
|
Reference in New Issue
Block a user