Skip to content

Commit 6d8a13b

Browse files
committed
Fixes rehydration
1 parent d0e0032 commit 6d8a13b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/authentication/templates/index.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ block container
88
!= apollo.html
99

1010
block scripts
11-
script( src= asset('/assets/auth.js') )
1211
script.
1312
window.__APOLLO_STATE__ = !{JSON.stringify(apollo.state).replace(/</g, '\\u003c')};
13+
script( src= asset('/assets/auth.js') )

0 commit comments

Comments
 (0)