diff options
author | Jack <66967891+ASpoonPlaysGames@users.noreply.github.com> | 2023-10-07 11:40:31 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-07 12:40:31 +0200 |
commit | 15b3b65fc4e88fe98ba12b4d7603e396fba91fb3 (patch) | |
tree | 2bda073e3a7340445dfa8e5b2ea0288ef2efe815 /Northstar.Client/mod.json | |
parent | 1c3bafd8efd56c4f0bb11a952fb192f60bcf42c0 (diff) | |
download | NorthstarMods-15b3b65fc4e88fe98ba12b4d7603e396fba91fb3.tar.gz NorthstarMods-15b3b65fc4e88fe98ba12b4d7603e396fba91fb3.zip |
Display origin auth failure in a dialog (#648)v1.19.5-rc1v1.19.5
Currently, we don't do anything with origin auth failure, meaning the next request just fails, and we get not particularly relevant error messages (player not found, invalid masterserver token)
Diffstat (limited to 'Northstar.Client/mod.json')
-rw-r--r-- | Northstar.Client/mod.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Northstar.Client/mod.json b/Northstar.Client/mod.json index 7d695a4b..f7c7c9b5 100644 --- a/Northstar.Client/mod.json +++ b/Northstar.Client/mod.json @@ -128,6 +128,13 @@ { "Path": "ui/ui_mouse_capture.nut", "RunOn": "UI" + }, + { + "Path": "ui/atlas_auth.nut", + "RunOn": "UI", + "UICallback": { + "After": "AtlasAuthDialog" + } } ], "Localisation": [ |