Skip to content

Commit 815e59e

Browse files
committed
sample code clean up
1 parent 1461c12 commit 815e59e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
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>

projects/sample-code-flow-auth0/src/app/home/home.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

projects/sample-code-flow-auth0/src/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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" />

0 commit comments

Comments
 (0)