1
0
forked from noxious/server

Merge remote-tracking branch 'origin/main' into feature/#182-reset-password

# Conflicts:
#	src/utilities/http.ts
This commit is contained in:
2024-11-02 21:43:25 +01:00
9 changed files with 193 additions and 94 deletions

View File

@ -33,6 +33,7 @@ class UserService {
/**
* Register user
* @param username
* @param email
* @param password
*/
async register(username: string, email: string, password: string): Promise<boolean | User> {