mirror of
https://github.com/open-webui/open-webui
synced 2024-11-07 00:59:52 +00:00
fix: format
This commit is contained in:
parent
ca8c098f62
commit
79f8620b34
@ -295,7 +295,7 @@
|
||||
</td>
|
||||
<td class=" px-3 py-2"> {user.email} </td>
|
||||
|
||||
<td class=" px-3 py-2"> {user.oauth_sub ?? ""} </td>
|
||||
<td class=" px-3 py-2"> {user.oauth_sub ?? ''} </td>
|
||||
|
||||
<td class=" px-3 py-2">
|
||||
{dayjs(user.last_active_at * 1000).fromNow()}
|
||||
|
Loading…
Reference in New Issue
Block a user