Skip to content

Commit c095580

Browse files
committed
fix(server): spacing
1 parent 49556b1 commit c095580

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

server/resolvers/login.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,6 @@ func LoginResolver(ctx context.Context, params model.LoginInput) (*model.AuthRes
161161
}
162162
go memorystore.Provider.RemoveState(refs.StringValue(params.State))
163163
}
164-
165164
}
166165

167166
authToken, err := token.CreateAuthToken(gc, user, roles, scope, constants.AuthRecipeMethodBasicAuth, nonce)

0 commit comments

Comments
 (0)