[admin] allow impersonation for superusers, for debugging purposes
This commit is contained in:
parent
da70790ec0
commit
251acded50
|
@ -56,7 +56,7 @@
|
|||
<template v-slot:row="s">
|
||||
<td>
|
||||
<a :href="'https://pronouns.page/@' + s.el.username">@{{s.el.username}}</a>
|
||||
<a href="#" class="badge bg-primary text-white" @click.prevent="impersonate(s.el.username)"><Icon v="user-secret"/></a>
|
||||
<a href="#" class="badge bg-primary text-white" @click.prevent="impersonate(s.el.email)"><Icon v="user-secret"/></a>
|
||||
</td>
|
||||
<td>
|
||||
{{$datetime($ulidTime(s.el.id))}}
|
||||
|
|
Reference in New Issue