Add optional template filling for admin user info.
This commit is contained in:
parent
cfe558cccf
commit
e5d555577e
@ -24,9 +24,9 @@
|
||||
</mat-card-title>
|
||||
<div class="card-body">
|
||||
<h4>CICADA Admin Credentials</h4>
|
||||
<span><strong>UserId: </strong> {{ userInfo.userid }} </span><br>
|
||||
<span><strong>Username: </strong> {{ userInfo.name }} </span><br>
|
||||
<span><strong>Email: </strong> {{ userInfo.email }} </span>
|
||||
<span><strong>UserId: </strong> {{ userInfo?.userid }} </span><br>
|
||||
<span><strong>Username: </strong> {{ userInfo?.name }} </span><br>
|
||||
<span><strong>Email: </strong> {{ userInfo?.email }} </span>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="card-body">
|
||||
|
Loading…
Reference in New Issue
Block a user