Verbessere Codequalität und Sicherheit durch Refactoring, Hinzufügen von ESLint-Regeln und Aktualisierung der OSV-Scanner-Konfiguration
This commit is contained in:
@@ -162,8 +162,6 @@ const selectedGroup = computed(() => {
|
||||
})
|
||||
|
||||
const isLoggedIn = computed(() => authStore.isLoggedIn)
|
||||
const userEmail = computed(() => authStore.user?.email || '')
|
||||
const userName = computed(() => authStore.user?.name || '')
|
||||
|
||||
async function loadGroups() {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user