We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0e0032 commit 6d8a13bCopy full SHA for 6d8a13b
1 file changed
apps/authentication/templates/index.jade
@@ -8,6 +8,6 @@ block container
8
!= apollo.html
9
10
block scripts
11
- script( src= asset('/assets/auth.js') )
12
script.
13
window.__APOLLO_STATE__ = !{JSON.stringify(apollo.state).replace(/</g, '\\u003c')};
+ script( src= asset('/assets/auth.js') )
0 commit comments