-
- Downloads
Merge branch '24-password-input-component' into 'master'
Resolve "Legg til password-input som shared component i frontend" and "Legg til /logout route i frontend" Closes #25 and #24 See merge request tdt4140-group-58/spring2021-sellpoint!17
No related branches found
No related tags found
Showing
- client/src/app/app.component.html 1 addition, 0 deletionsclient/src/app/app.component.html
- client/src/app/authentication/auth.service.ts 1 addition, 1 deletionclient/src/app/authentication/auth.service.ts
- client/src/app/shared/password-input/password-input.component.html 13 additions, 0 deletions...c/app/shared/password-input/password-input.component.html
- client/src/app/shared/password-input/password-input.component.scss 3 additions, 0 deletions...c/app/shared/password-input/password-input.component.scss
- client/src/app/shared/password-input/password-input.component.spec.ts 27 additions, 0 deletions...pp/shared/password-input/password-input.component.spec.ts
- client/src/app/shared/password-input/password-input.component.ts 41 additions, 0 deletions...src/app/shared/password-input/password-input.component.ts
- client/src/app/shared/shared.module.ts 5 additions, 2 deletionsclient/src/app/shared/shared.module.ts
- client/src/app/users/user-login-form/user-login-form.component.html 1 addition, 1 deletion.../app/users/user-login-form/user-login-form.component.html
- client/src/app/users/user-logout/user-logout.component.html 1 addition, 0 deletionsclient/src/app/users/user-logout/user-logout.component.html
- client/src/app/users/user-logout/user-logout.component.scss 0 additions, 0 deletionsclient/src/app/users/user-logout/user-logout.component.scss
- client/src/app/users/user-logout/user-logout.component.spec.ts 27 additions, 0 deletions...t/src/app/users/user-logout/user-logout.component.spec.ts
- client/src/app/users/user-logout/user-logout.component.ts 17 additions, 0 deletionsclient/src/app/users/user-logout/user-logout.component.ts
- client/src/app/users/user-registration-form/user-registration-form.component.html 3 additions, 1 deletion...r-registration-form/user-registration-form.component.html
- client/src/app/users/user-registration-form/user-registration-form.component.ts 10 additions, 1 deletion...ser-registration-form/user-registration-form.component.ts
- client/src/app/users/user.module.ts 3 additions, 1 deletionclient/src/app/users/user.module.ts
Please register or sign in to comment