Skip to content
This repository was archived by the owner on Aug 23, 2022. It is now read-only.

Commit 6dcd9fa

Browse files
committed
Added footer status text
1 parent bdc3242 commit 6dcd9fa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/electron/app/js/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1074,6 +1074,7 @@ function performUserLookup(uid) {
10741074
function getUsersReplays() {
10751075
if (!LiveMe.user) {
10761076
$('#replay-result-alert').html('<span>Error!</span> You are not authenticated, please enter your login details under Settings.').fadeIn(400)
1077+
$('footer h1').html('You must have valid login details in Settings to view account details and replay lists!')
10771078
return setTimeout(() => getUsersReplays(), 5000)
10781079
} else {
10791080
$('#replay-result-alert').hide()

0 commit comments

Comments
 (0)