mirror of
https://github.com/Nezumi-2711/foodify-frontend.git
synced 2026-09-22 20:01:17 +00:00
Deployment 26.4.2023
This commit is contained in:
@@ -36,6 +36,10 @@ export class AuthService {
|
||||
return this.httpClient.post<StringBoolObject>(this.baseUrl + `/check`, userDto);
|
||||
}
|
||||
|
||||
checkIdentifiedCode(code: string) {
|
||||
return this.httpClient.get<StringBoolObject>(this.baseUrl + `/check?code=${code}`);
|
||||
}
|
||||
|
||||
checkEmailInDB(email: string) {
|
||||
return this.httpClient.get<StringBoolObject>(this.baseUrl + `/check-email?email=${email}`)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user