浏览代码

Improved user data display

Lukas Angerer 3 年之前
父节点
当前提交
5710cf81e8
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/RunnersMeet.Client/src/app/app.component.html

+ 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>