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"