Skip to content

Commit 5b6e5c7

Browse files
mtmarco87dziraf
authored andcommitted
fix: missing mime type in login handler
1 parent eb16a68 commit 5b6e5c7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/authentication/login.handler.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ export const withLogin = (
4444
action: admin.options.loginPath,
4545
errorMessage: 'invalidCredentials',
4646
});
47+
reply.type('text/html');
4748
reply.send(login);
4849
}
4950
});

0 commit comments

Comments
 (0)