Skip to content

Commit

Permalink
Add space at the end of the string
Browse files Browse the repository at this point in the history
to format it better
  • Loading branch information
shankari committed Mar 28, 2023
1 parent 2700d9a commit 9ebf189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/js/intro.js
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ angular.module('emission.intro', ['emission.splash.startprefs',
Logger.log("From QR code, extracted token "+extractedToken);
$scope.login(extractedToken);
} else {
$ionicPopup.alert({template: "invalid token format"+result.text});
$ionicPopup.alert({template: "invalid token format "+result.text});
}
},
function (error) {
Expand Down

0 comments on commit 9ebf189

Please sign in to comment.