diff --git a/main.go b/main.go index 65d3041..0dcd50a 100644 --- a/main.go +++ b/main.go @@ -282,7 +282,7 @@ func handleVerifyOtp(res http.ResponseWriter, req *http.Request) { } cookie := http.Cookie{ - Name: "jwt", + Name: "heimdall", Value: tokenString, Expires: expiryTime, HttpOnly: true,