Skip to content

Instantly share code, notes, and snippets.

@teomanofficial
Last active July 29, 2021 08:38
Show Gist options
  • Save teomanofficial/4bf805908f1b39aa6997f37d95dab386 to your computer and use it in GitHub Desktop.
Save teomanofficial/4bf805908f1b39aa6997f37d95dab386 to your computer and use it in GitHub Desktop.
this.authService.login(request)
.subscribe((response) => {
localStorage.setItem('access_token', response.token);
this.router.navigate('/')
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment