feat: Added authentication sstem with discord

This commit is contained in:
2023-06-04 22:06:28 +02:00
parent b25699b50b
commit f360dcec8c
11 changed files with 655 additions and 26 deletions

View File

@@ -12,6 +12,7 @@
}],
"vue/multi-word-component-names": "off",
"vue/singleline-html-element-content-newline": "off",
"no-undef": "off"
"no-undef": "off",
"no-console": "off"
}
}