ToolController: impl signup
This commit is contained in:
@@ -87,7 +87,6 @@ struct AuthController: RouteCollection {
|
||||
guard let account = account else {
|
||||
throw Abort(.badRequest)
|
||||
}
|
||||
print("got here")
|
||||
|
||||
if account.idpAlias != idpAlias {
|
||||
account.idpAlias = idpAlias
|
||||
|
Reference in New Issue
Block a user