This commit is contained in:
Filip Gralinski 2021-05-12 07:03:25 +02:00
parent 265f82f1f2
commit cc5594d84a
1 changed files with 1 additions and 0 deletions

View File

@ -91,5 +91,6 @@ createUser ident = runDB $ do
, userVerificationKey = Nothing
, userKeyExpirationDate = Nothing
, userTriggerToken = Nothing
, userAltRepoScheme = Nothing
}
return user