File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
projects/sample-code-flow-auth0/src Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- < h2 > Sample Code Flow with refresh tokens</ h2 >
1+ < h2 > Auth0 Sample Code Flow PKCE with refresh tokens</ h2 >
22
33< router-outlet > </ router-outlet >
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ export class HomeComponent implements OnInit {
2020 this . oidcSecurityService . isAuthenticated$ . subscribe ( ( authenticated ) => {
2121 this . isAuthenticated = authenticated ;
2222
23- console . warn ( 'authenticated: ' , authenticated ) ;
23+ console . log ( 'authenticated: ' , authenticated ) ;
2424 } ) ;
2525 }
2626
Original file line number Diff line number Diff line change 22< html lang ="en ">
33 < head >
44 < meta charset ="utf-8 " />
5- < title > Sample Code Flow Refresh Tokens </ title >
5+ < title > Auth0 Sample Code Flow PKCE </ title >
66 < base href ="/ " />
77 < meta name ="viewport " content ="width=device-width, initial-scale=1 " />
88 < link rel ="icon " type ="image/x-icon " href ="favicon.ico " />
You can’t perform that action at this time.
0 commit comments