Add in registration token requirement to prevent unauthorised registrations.

This commit is contained in:
Cameron Redmore 2025-04-25 23:54:55 +01:00
parent 5268d6aecd
commit 0d277e3035
4 changed files with 50 additions and 8 deletions

View file

@ -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',