We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e1fcbb commit eb1b413Copy full SHA for eb1b413
src/handlers/PasswordlessHandler.ts
@@ -121,7 +121,7 @@ export default class PasswordlessHandler extends AbstractLoginHandler {
121
// using stringify and parse to remove undefined params
122
// This method is only resolved when the user clicks the email link
123
post(this.finalURL.href, JSON.parse(JSON.stringify(finalJwtParams)))
124
- .then((response) => {
+ .then((response): Response => {
125
log.info("posted", response);
126
return undefined;
127
})
0 commit comments