mirror of
https://ghfast.top/https://github.com/StarCitizenToolBox/app.git
synced 2025-03-13 13:31:25 +08:00
fix: web login
This commit is contained in:
parent
f45e9849a0
commit
96aea196a6
@ -48,7 +48,7 @@ class HomeGameLoginUIModel extends _$HomeGameLoginUIModel {
|
|||||||
final homeState = ref.read(homeUIModelProvider);
|
final homeState = ref.read(homeUIModelProvider);
|
||||||
if (!context.mounted) return;
|
if (!context.mounted) return;
|
||||||
goWebView(context, S.current.home_action_login_rsi_account,
|
goWebView(context, S.current.home_action_login_rsi_account,
|
||||||
"https://robertsspaceindustries.com/connect?jumpto=/connect",
|
"https://robertsspaceindustries.com/en/connect?jumpto=%2Fconnect",
|
||||||
loginMode: true, rsiLoginCallback: (message, ok) async {
|
loginMode: true, rsiLoginCallback: (message, ok) async {
|
||||||
// dPrint(
|
// dPrint(
|
||||||
// "======rsiLoginCallback=== $ok ===== data==\n${json.encode(message)}");
|
// "======rsiLoginCallback=== $ok ===== data==\n${json.encode(message)}");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user