Skip to content

Commit

Permalink
chore: linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan-Shaml authored and Brutus5000 committed Jan 23, 2025
1 parent 9b47f5b commit 573115c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion src/backend/templates/views/account/linkGog.pug
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 3 additions & 1 deletion src/backend/templates/views/account/linkSteam.pug
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 573115c

Please sign in to comment.