Prechádzať zdrojové kódy

Improved user data display

Lukas Angerer 3 rokov pred
rodič
commit
5710cf81e8

+ 1 - 1
src/RunnersMeet.Client/src/app/app.component.html

@@ -8,7 +8,7 @@
 			<dt>isAuthenticated</dt>
 			<dd>{{ authService.isAuthenticated$ | async | json }}</dd>
 			<dt>user</dt>
-			<dd>{{ authService.user$ | async | json }}</dd>
+			<dd><pre><code>{{ authService.user$ | async | json }}</code></pre></dd>
 			<dt>User Display Name</dt>
 			<dd>{{ (authService.user$ | async)?.nickname }}</dd>
 			<dt>User ID</dt>