mirror of
https://github.com/casdoor/casdoor.git
synced 2025-09-09 18:02:55 +08:00
Only show some providers in signup page.
This commit is contained in:
@@ -29,6 +29,7 @@ type Provider struct {
|
||||
Type string `xorm:"varchar(100)" json:"type"`
|
||||
ClientId string `xorm:"varchar(100)" json:"clientId"`
|
||||
ClientSecret string `xorm:"varchar(100)" json:"clientSecret"`
|
||||
EnableSignUp bool `json:"enableSignUp"`
|
||||
|
||||
Host string `xorm:"varchar(100)" json:"host"`
|
||||
Port int `json:"port"`
|
||||
|
Reference in New Issue
Block a user