Skip to content

Commit

Permalink
Removed token check from stk_signup.html
Browse files Browse the repository at this point in the history
  • Loading branch information
ygowthamr authored Oct 28, 2024
1 parent ff82cf4 commit 0aeb998
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions public/stk_signup.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@
<body>
<div style="position: absolute; bottom: 30px; left: 30px;" class="gtranslate_wrapper"></div>
<script>
const token = localStorage.getItem('accessToken');
if (token) {
window.location.href = '/';
}
window.gtranslateSettings = {
default_language: "en",
detect_browser_language: true,
Expand Down Expand Up @@ -133,4 +129,4 @@ <h2 style="text-align: center;">Sign Up</h2>
</script>
</body>

</html>
</html>

0 comments on commit 0aeb998

Please sign in to comment.