Gregniuki commited on
Commit
3efb9ac
·
1 Parent(s): 4eb4613

Update templates/protected.html

Browse files
Files changed (1) hide show
  1. templates/protected.html +2 -2
templates/protected.html CHANGED
@@ -7,6 +7,6 @@
7
  </head>
8
  <body>
9
  <h1>Protected Route</h1>
10
- <p>Welcome, {{ user }}!</p>
11
  </body>
12
- </html>
 
7
  </head>
8
  <body>
9
  <h1>Protected Route</h1>
10
+ <p>Welcome, {{ user.email }}!</p>
11
  </body>
12
+ </html>