We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a08a2a9 + 7320e5e commit 1502653Copy full SHA for 1502653
1 file changed
app/controllers/sign-in.js
@@ -29,6 +29,7 @@ export default class SignInController extends Controller {
29
authenticate() {
30
let self = this;
31
let { identification, password } = this;
32
+ identification = identification.trim();
33
this.session
34
.authenticate('authenticator:oauth2', identification, password)
35
.then(() => {
0 commit comments