New version of Xsolla Launcher (v1.6.31.315) - xsolla/xsolla-launcher-build GitHub Wiki

Added

  • Setting up the links for creating account and changing the password via the config.json file. Use the following objects added to config.json:
Object Description
create_account_link URL to redirect the user to the registration page on the game’s website with Login Widget already integrated.
restore_password_link URL to redirect the user to the password change page on the game’s website with Login Widget already integrated.
  • Changing the placeholder for email or username input via the config.json file. To set it up, use the following objects added to config.json:
Object Description
is_username_email Whether to show the Email or the Username placeholder during authentication in Launcher. Can be ‘true’ (to show Email) and ‘false’ (to show Username). Default is ‘true’.