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 77a6f52 commit 41998deCopy full SHA for 41998de
app/services/session.js
@@ -39,7 +39,7 @@ export default Service.extend({
39
40
validate() {
41
const token = this.getCookieToken()
42
-
+ console.log('cookie token', token)
43
if (Ember.isEmpty(token)) {
44
this.set('data', null)
45
this.set('isAuthenticated', false)
0 commit comments