From 458e57e914d99a5d17cd650d1355e866fe04b2a1 Mon Sep 17 00:00:00 2001 From: Ivan-Shaml <72102779+Ivan-Shaml@users.noreply.github.com> Date: Fri, 24 Jan 2025 00:27:27 +0200 Subject: [PATCH] chore: linting --- src/backend/templates/views/account/linkGog.pug | 4 +++- src/backend/templates/views/account/linkSteam.pug | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/backend/templates/views/account/linkGog.pug b/src/backend/templates/views/account/linkGog.pug index fa54dc61..d16f6086 100644 --- a/src/backend/templates/views/account/linkGog.pug +++ b/src/backend/templates/views/account/linkGog.pug @@ -41,7 +41,9 @@ block content label Make sure the flash message below states you are connected. p Flash Message: - span(id='flash-msg-container', data-flash-type=flash ? flash.type : '') + span#flash-msg-container( + data-flash-type=flash ? flash.type : '' + ) +flash-messages(flash) h1 And you are done with GOG linking forever! p Now if you want, you can set your privacy settings back to private and your profile's about you to normal. diff --git a/src/backend/templates/views/account/linkSteam.pug b/src/backend/templates/views/account/linkSteam.pug index 752909ab..20bada98 100644 --- a/src/backend/templates/views/account/linkSteam.pug +++ b/src/backend/templates/views/account/linkSteam.pug @@ -20,7 +20,9 @@ block content img(src='/images/steamGOG/steamLogin.jpg') label Make sure the flash message below states you are connected. label Flash Message: - span(id='flash-msg-container', data-flash-type=flash ? flash.type : '') + span#flash-msg-container( + data-flash-type=flash ? flash.type : '' + ) +flash-messages(flash) label If you encounter issues linking then you may also need to set the game to be public label Login to steam in your browser -> Games -> Supreme commander -> "Unmark as private"