fix(server): spacing
This commit is contained in:
parent
49556b1709
commit
c09558043e
|
@ -161,7 +161,6 @@ func LoginResolver(ctx context.Context, params model.LoginInput) (*model.AuthRes
|
||||||
}
|
}
|
||||||
go memorystore.Provider.RemoveState(refs.StringValue(params.State))
|
go memorystore.Provider.RemoveState(refs.StringValue(params.State))
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
authToken, err := token.CreateAuthToken(gc, user, roles, scope, constants.AuthRecipeMethodBasicAuth, nonce)
|
authToken, err := token.CreateAuthToken(gc, user, roles, scope, constants.AuthRecipeMethodBasicAuth, nonce)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user