Explorar el Código

20-260 Improve

tags/before_ngrx
Nils Dittberner hace 8 años
padre
commit
73b69843c4
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      src/app/auth/auth.service.ts

+ 1
- 0
src/app/auth/auth.service.ts Ver fichero

@@ -33,6 +33,7 @@ export class AuthService {
logout() {
firebase.auth().signOut();
this.token = null;
this.router.navigate(['/']);
}

getToken() {


Cargando…
Cancelar
Guardar