Skip to content
This repository has been archived by the owner on Aug 3, 2024. It is now read-only.

Commit

Permalink
Make .well-known/change-password redirect appropriately (#1360)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mysterious-Dev authored Sep 10, 2023
1 parent a85255d commit b88e63d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions server/routes/.well-known/change-password.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
export default defineEventHandler((event) => {
return sendRedirect(event, '/settings/account')
})

0 comments on commit b88e63d

Please sign in to comment.