mirror of
https://github.com/BeamMP/BeamMP-Launcher.git
synced 2026-04-12 10:46:03 +00:00
add login and logout logic
This commit is contained in:
@@ -102,9 +102,11 @@ class ShutdownException : public std::runtime_error {
|
||||
};
|
||||
|
||||
struct UIData {
|
||||
static inline std::string GamePath, ProfilePath, CachePath;
|
||||
static inline std::string GamePath, ProfilePath, CachePath, PublicKey, UserRole, Username;
|
||||
static inline bool LoginAuth{false};
|
||||
|
||||
|
||||
};
|
||||
|
||||
void UpdateKey(const std::string& newKey);
|
||||
void entry();
|
||||
|
||||
Reference in New Issue
Block a user