dashboard

This commit is contained in:
2022-07-21 23:57:41 +02:00
parent 854b8250d3
commit 293a76d85b
6 changed files with 455 additions and 8 deletions

View File

@@ -26,6 +26,9 @@ document.getElementById("signin").addEventListener("submit", function(evt){
case 410:
id = "alertToken";
break;
case 500:
id = "alertServer"
break;
default:
id = "alertUnknown";
break;