refac: default role updated to user for add user modal

This commit is contained in:
Timothy J. Baek 2024-05-02 01:35:00 -07:00
parent c91b9af0e0
commit bf35297e4a

View file

@ -20,7 +20,7 @@
name: '',
email: '',
password: '',
role: 'pending'
role: 'user'
};
$: if (show) {
@ -28,7 +28,7 @@
name: '',
email: '',
password: '',
role: 'pending'
role: 'user'
};
}