Skip to content

Commit

Permalink
Adicionado aula 25.7 com código-fonte atualizado para o Angular 14
Browse files Browse the repository at this point in the history
  • Loading branch information
AlsGomes committed Sep 26, 2022
1 parent 6e1369b commit a7fabd4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ import { Injectable } from '@angular/core';
export class AuthService {

tokensRevokeUrl = environment.apiUrl + '/tokens/revoke';
oauthTokenUrl = environment.apiUrl + '/oauth/token'
oauthAuthorizeUrl = environment.apiUrl + '/oauth2/authorize'
oauthTokenUrl = environment.apiUrl + '/oauth2/token';
oauthAuthorizeUrl = environment.apiUrl + '/oauth2/authorize';
jwtPayload: any;

constructor(
Expand Down

0 comments on commit a7fabd4

Please sign in to comment.