Fixed account creation on first github login
This commit is contained in:
+1
-1
Submodule grafana updated: 7c72705bc5...318338f967
@@ -56,7 +56,7 @@ func OAuthLogin(ctx *middleware.Context) {
|
||||
|
||||
// create account if missing
|
||||
if err == m.ErrAccountNotFound {
|
||||
cmd := &m.CreateAccountCommand{
|
||||
cmd := m.CreateAccountCommand{
|
||||
Login: userInfo.Email,
|
||||
Email: userInfo.Email,
|
||||
Name: userInfo.Name,
|
||||
|
||||
Reference in New Issue
Block a user