Added stash creation. Added dialog framework.
This commit is contained in:
@@ -47,6 +47,7 @@ export async function login(credentials, userIp) {
|
||||
const { user, stashes } = await fetchUser(credentials.username.trim(), {
|
||||
email: true,
|
||||
raw: true,
|
||||
includeStashes: true,
|
||||
}).catch(() => {
|
||||
throw new HttpError('Username or password incorrect', 401);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user