We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 547547b commit 7841e3eCopy full SHA for 7841e3e
app/pods/callback/route.js
@@ -9,5 +9,10 @@ export default Route.extend({
9
}
10
11
return this.get('session').authenticate('authenticator:custom', transition.queryParams.code)
12
+ },
13
+ afterModel () {
14
+ this.transitionTo('index', {
15
+ queryParams: {}
16
+ })
17
18
});
config/environment.js
@@ -54,7 +54,7 @@ module.exports = function(environment) {
54
clientID: "7023763625",
55
callbackURL: "http://troublemaker.codingblocks.com/callback"
56
57
- ENV.apiHost = 'http://troublemaker-api.codingblocks.com/'
+ ENV.apiHost = 'http://troublemaker-api.codingblocks.com'
58
59
60
return ENV;
0 commit comments