Update templates/protected.html
Browse files- 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>
|