chore(auth): #331 add tests for sign in
All checks were successful
Build Docker Image / Build-Docker-Image (push) Successful in 45s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 53s

This commit was merged in pull request #345.
This commit is contained in:
2024-12-23 13:54:09 +01:00
parent 52cd85d904
commit 7a9d34d464
3 changed files with 136 additions and 4 deletions

View File

@@ -1,11 +1,11 @@
package utils
import (
"me-fit/log"
"fmt"
"net/http"
"time"
"me-fit/log"
)
func TriggerToast(w http.ResponseWriter, r *http.Request, class string, message string, statusCode int) {