UI Enhancements
This commit is contained in:
@@ -54,7 +54,7 @@ export const useAuthStore = defineStore('auth', () => {
|
||||
if (!id) return 'No User';
|
||||
try {
|
||||
if (!userNames.value[id]) {
|
||||
userNames.value[id] = '';
|
||||
userNames.value[id] = 'Loading...';
|
||||
functions
|
||||
.createExecution(
|
||||
'userinfo',
|
||||
|
||||
Reference in New Issue
Block a user