Gregniuki commited on
Commit
ea435f2
·
1 Parent(s): f73c46a

Update templates/protected.html

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