PrismLauncher/launcher/minecraft/auth
Seth Flynn fd91f87c21
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>
2026-01-18 15:48:07 -05:00
..
steps refactor!!!: migrate from shared pointers (#4673) 2026-01-16 20:32:17 +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 build 2026-01-17 02:28:56 +02:00
AccountList.h feat: allow moving accounts in list 2026-01-07 04:17:47 +05:00
AuthFlow.cpp fix(AuthFlow): set current step description in correct method 2026-01-11 20:05:00 +05: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 15:48:07 -05: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 Add icons to account list 2026-01-07 11:28:38 +00:00
MinecraftAccount.h Add icons to account list 2026-01-07 11:28:38 +00:00
Parsers.cpp auth: improve status messages 2026-01-12 16:48:46 +05:00
Parsers.h Improve login UI 2024-05-15 17:25:15 +03:00