Skip to content

Commit

Permalink
fix(auth): fix typeConnection typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mbarbeau committed Apr 20, 2018
1 parent 17a16be commit 4bbfd7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/auth/shared/auth.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export class AuthService {

const body = JSON.stringify({
token: token,
typeConnexion: type
typeConnection: type
});

return this.http.post(`${this.options.url}/login`, body, { headers: myHeader })
Expand Down

0 comments on commit 4bbfd7d

Please sign in to comment.