mx03
mx03
Yes this way probably only works with an electron app that can fetch the token from the returning url. The android app itself does this login request `https://account.battle.net/login?sdkVersion=masdk/7.2.1&code_verifier=[XXX]&deviceId=[XXX]&clientVersion=1.19.2.7&continuation-type=NATIVE_HANDOFF&flowTrackingId=[XXX]&app=BSAp&ca&ref=blizzard-social%3A%2F%2Flocalhost%3A0%2F` but that...
Yes thats working. A default setting would be great. current `Translator::trans`: ```php //... if (null === $domain) { $domain = 'messages'; } //... ``` with default setting `Translator::trans`: ```php //......