Skip to content

Commit

Permalink
Fix annoying redirect bug (#786)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljguarino authored Mar 20, 2024
1 parent 7c5d55e commit f2aad6d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions assets/src/components/PluralApi.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ export function PluralApi({ children }) {
const res = buildClient(
PLURAL_GQL,
PLURAL_WSS,
() => {
window.location = '/'
},
// () => {
// window.location = '/'
// },
() => token
)

Expand Down

0 comments on commit f2aad6d

Please sign in to comment.