diff --git a/vite.config.js b/vite.config.js index 5b7c22d57..f8d3288c8 100644 --- a/vite.config.js +++ b/vite.config.js @@ -80,6 +80,12 @@ export default defineConfig(async ({ mode, command }) => { cookieDomainRewrite: 'localhost', ws: true, }, + '/auth': { // Mastodon password reset lives here + target, + changeOrigin: true, + cookieDomainRewrite: 'localhost', + ws: true, + }, '/nodeinfo': { target, changeOrigin: true,