PrismLauncher/launcher/minecraft/auth
Seth Flynn da4bf6e8c2
style: re-format tree with editorconfig
```
find $PWD \
  -type f \
  ! -path '*/.git/*' ! -path '*/flatpak/shared-modules/*' \
  ! -path '*/libraries/*' ! -path '*/testdata/*' ! -name '*.patch' \
  ! -name '*.svg' ! -name '*.scd' ! -path '*/program_info/LICENSE' \
  ! -path '*/COPYING.md' ! -path '*/cmake/*' ! -name '.gitmodules' \
  -exec eclint -fix {} \;
```

Signed-off-by: Seth Flynn <getchoo@tuta.io>
(cherry picked from commit fd91f87c21)
2026-01-18 23:01:42 +02:00
..
steps auth: improve status messages 2026-01-12 18:20:05 +00:00
AccountData.cpp ensure that both cape and skin are downloaded via https 2025-07-24 18:44:46 +03:00
AccountData.h style: remove duplicate #include headers 2025-10-14 04:03:02 +03:00
AccountList.cpp fix accounts crash 2025-12-21 04:33:25 +00:00
AccountList.h fix accounts crash 2025-12-21 04:33:25 +00:00
AuthFlow.cpp fix(AuthFlow): set current step description in correct method 2026-01-11 22:22:13 +00:00
AuthFlow.h replace qvector with qlist 2025-04-19 00:59:48 +03:00
AuthSession.cpp style: re-format tree with editorconfig 2026-01-18 23:01:42 +02:00
AuthSession.h removed some unused QNetworkAccessManager references 2025-03-03 08:31:39 +02:00
AuthStep.h Merge branch 'develop' of https://github.com/PrismLauncher/PrismLauncher into auth3 2024-06-28 20:49:37 +03:00
MinecraftAccount.cpp Reset account state on abort 2025-06-07 20:25:21 +01:00
MinecraftAccount.h Reduce usage of [[nodiscard]] attributes 2025-07-07 20:56:29 +01:00
Parsers.cpp auth: improve status messages 2026-01-12 18:20:05 +00:00
Parsers.h Improve login UI 2024-05-15 17:25:15 +03:00