mirror of
https://github.com/casdoor/casdoor.git
synced 2025-07-02 19:40:19 +08:00
Allow to sign up with OAuth.
This commit is contained in:
@ -132,6 +132,7 @@ func (c *ApiController) Signup() {
|
||||
IsAdmin: false,
|
||||
IsGlobalAdmin: false,
|
||||
IsForbidden: false,
|
||||
Properties: map[string]string{},
|
||||
}
|
||||
object.AddUser(user)
|
||||
|
||||
|
Reference in New Issue
Block a user