Login Status Überprüfung

This commit is contained in:
Moritz Utcke
2024-01-13 13:27:07 +07:00
parent 54b26bdf42
commit 97bc8bedbb
8 changed files with 76 additions and 14 deletions

5
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,5 @@
{
"i18n-ally.localesPaths": [
"public/locales"
]
}

12
.vscode/tasks.json vendored Normal file
View File

@@ -0,0 +1,12 @@
{
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
"version": "2.0.0",
"tasks": [
{
"label": "Docker Container Starten",
"type": "shell",
"command": "docker-compose up"
}
]
}