fix(server): spacing

This commit is contained in:
Lakhan Samani 2022-11-13 00:16:22 +05:30
parent 49556b1709
commit c09558043e

View File

@ -161,7 +161,6 @@ func LoginResolver(ctx context.Context, params model.LoginInput) (*model.AuthRes
}
go memorystore.Provider.RemoveState(refs.StringValue(params.State))
}
}
authToken, err := token.CreateAuthToken(gc, user, roles, scope, constants.AuthRecipeMethodBasicAuth, nonce)