Update templates/protected.html
Browse files- 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, {{
|
11 |
</body>
|
12 |
</html>
|
|
|
7 |
</head>
|
8 |
<body>
|
9 |
<h1>Protected Route</h1>
|
10 |
+
<p>Welcome, {{user}}!</p>
|
11 |
</body>
|
12 |
</html>
|