Skip to content

Commit

Permalink
chore(deps): adapt to backend jwt changes
Browse files Browse the repository at this point in the history
Rename data type for JWT login requests as needed by backend.
See: adfinis/timed-backend#502
  • Loading branch information
Stefan Borer committed Feb 7, 2020
1 parent 2881231 commit 06f2408
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/application/authenticator.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ const ApplicationAuthenticator = BaseAuthenticator.extend({
}

let data = {
type: 'obtain-json-web-tokens',
type: 'token-obtain-pair-views',
id: null,
attributes: { username, password }
}
Expand Down

0 comments on commit 06f2408

Please sign in to comment.