mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 12:55:19 +00:00
fix: format
This commit is contained in:
parent
ca8c098f62
commit
79f8620b34
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue