Commit bf35297e authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

refac: default role updated to user for add user modal

parent c91b9af0
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
name: '', name: '',
email: '', email: '',
password: '', password: '',
role: 'pending' role: 'user'
}; };
$: if (show) { $: if (show) {
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
name: '', name: '',
email: '', email: '',
password: '', password: '',
role: 'pending' role: 'user'
}; };
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment