mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-30 17:11:20 -05:00
refac: default role updated to user for add user modal
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
name: '',
|
||||
email: '',
|
||||
password: '',
|
||||
role: 'pending'
|
||||
role: 'user'
|
||||
};
|
||||
|
||||
$: if (show) {
|
||||
@@ -28,7 +28,7 @@
|
||||
name: '',
|
||||
email: '',
|
||||
password: '',
|
||||
role: 'pending'
|
||||
role: 'user'
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user