Skip to content

Commit 502aba5

Browse files
committed
Fix fuckups
Signed-off-by: Sahil Gupte <sahilsachingupte@gmail.com>
1 parent b72fc91 commit 502aba5

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

assets/js/domUtils.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,7 @@ export function setupLoginModalFunctionality () {
7777
const loginModalPlatformTextPre = document.getElementById('login-modal-platform-text-pre')
7878
const loginButton = document.getElementById('login-button')
7979

80-
let providerMatch = getProviderFromURL()[0];
81-
providerMatch = 'lastfm'
80+
const providerMatch = getProviderFromURL()[0];
8281
if (providerMatch) {
8382
const color = getProviderColor(providerMatch)
8483
loginModalPlatformTextPost.innerHTML = providerMatch

0 commit comments

Comments
 (0)