forked from open-webui/open-webui
refac: default role updated to user for add user modal
This commit is contained in:
parent
c91b9af0e0
commit
bf35297e4a
1 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@
|
|||
name: '',
|
||||
email: '',
|
||||
password: '',
|
||||
role: 'pending'
|
||||
role: 'user'
|
||||
};
|
||||
|
||||
$: if (show) {
|
||||
|
@ -28,7 +28,7 @@
|
|||
name: '',
|
||||
email: '',
|
||||
password: '',
|
||||
role: 'pending'
|
||||
role: 'user'
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue