mirror of
https://github.com/documenso/documenso.git
synced 2025-11-13 00:03:33 +10:00
Update prettier styling
This commit is contained in:
@ -15,7 +15,9 @@ async function createUser(userData: { email: string; password: string }) {
|
||||
|
||||
return user;
|
||||
} catch (error) {
|
||||
console.info(`WARN: Could not create user "${userData.email}". Maybe the email is already taken?`);
|
||||
console.info(
|
||||
`WARN: Could not create user "${userData.email}". Maybe the email is already taken?`
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user