Skip to content

Commit bc93313

Browse files
authored
Merge pull request #415 from framer/fix/hubspot-log-out
HubSpot: fix log out error
2 parents 892d946 + 6ef3875 commit bc93313

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/hubspot/src/auth.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ class Auth {
103103
"To fully remove the integration, uninstall the Framer app from the HubSpot integrations dashboard.",
104104
{ durationMs: 5000 }
105105
)
106-
window.location.reload()
106+
window.location.pathname = "/"
107107
}
108108

109109
public readonly tokens = {

0 commit comments

Comments
 (0)