Skip to content

Commit

Permalink
remove duplicate href addition in login indicator
Browse files Browse the repository at this point in the history
  • Loading branch information
AJAYK-01 committed Nov 21, 2023
1 parent e51bed6 commit b7e74d1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/utilities.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ function createElement(type = "add", websiteUrl = "https://vibinex.com") {

// Replace the loading icon with the login button.
redirectLink.replaceChild(loginButton, loadingGif);
redirectLink.href = `${websiteUrl}/api/auth/signin`
infoBanner.remove();
}

Expand Down

0 comments on commit b7e74d1

Please sign in to comment.