Add in registration token requirement to prevent unauthorised registrations.
This commit is contained in:
parent
5268d6aecd
commit
0d277e3035
4 changed files with 50 additions and 8 deletions
|
@ -87,6 +87,12 @@ const $q = useQuasar();
|
|||
|
||||
// Define the structure of settings
|
||||
const settings = ref({
|
||||
General: [
|
||||
{
|
||||
name: 'Registration Token',
|
||||
key: 'REGISTRATION_TOKEN',
|
||||
}
|
||||
],
|
||||
Mantis: [
|
||||
{
|
||||
name: 'Mantis API Key',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue