Skip to content

Commit

Permalink
Debug frontend (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
luccasmmg authored Oct 25, 2023
1 parent acf380a commit a9f174f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deployment/frontend/src/server/auth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ export const authOptions: NextAuthOptions = {
);
}
} catch (e) {
console.log("Error", e)
return Promise.reject(
"/auth/signin?error=Could%20not%20login%20user%20please%20check%20your%20password%20and%20username",
);
Expand Down

0 comments on commit a9f174f

Please sign in to comment.