Skip to content

Commit

Permalink
Adicionado aula 25.8 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 a7fabd4 commit 3a10dad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { environment } from './../../environments/environment';
export class AuthService {

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

Expand Down

0 comments on commit 3a10dad

Please sign in to comment.