refacto forgot/reset password

This commit is contained in:
Hedi MJID 2022-02-26 19:23:13 +01:00
parent 9501ab5c47
commit 1d8eb27df0
8 changed files with 195 additions and 38 deletions

View file

@ -4,7 +4,7 @@
export const environment = {
production: false,
apiUrl: 'http://localhost:8088',
apiUrl: 'http://localhost:8080',
tokenKey: 'TOKEN-ORGANIZEE',
};