fix: using the new admins functions for apis

This commit is contained in:
Mohamed Maoulainine Maoulainine
2025-04-29 20:57:51 +02:00
parent 4044a95dd1
commit 0fe64fd844
2 changed files with 74 additions and 55 deletions

View File

@ -45,7 +45,6 @@ import { store } from "@/main.ts";
position: relative;
}
.logout {
background-color: #009cde;
color: white;
@ -62,6 +61,4 @@ import { store } from "@/main.ts";
.logout:hover {
background-color: #007bad;
}
</style>