Added e-mail alert settings, saveable but not integrated yet.
This commit is contained in:
@@ -73,7 +73,7 @@ export async function login(credentials, userIp) {
|
||||
}
|
||||
|
||||
// fetched the raw user for password verification, don't return directly to user
|
||||
return curateUser(user);
|
||||
return curateUser(user, user);
|
||||
}
|
||||
|
||||
export async function signup(credentials, userIp) {
|
||||
|
||||
Reference in New Issue
Block a user