You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
message:Text("The user code is pasted into your clipboard, please paste it in the opened website to login.\nAfter that, click \"Confirm Sign-in\" to finish."),
32
+
message:Text(
33
+
"The user code is pasted into your clipboard, please paste it in the opened website to login.\nAfter that, click \"Confirm Sign-in\" to finish."
34
+
),
33
35
dismissButton:.default(Text("OK"))
34
36
)
35
37
}
36
38
Button("Confirm Sign-in"){confirmSignIn()}
37
39
}
38
-
if copilotStatus ==.ok || copilotStatus ==.alreadySignedIn || copilotStatus ==.notAuthorized {
40
+
if copilotStatus ==.ok || copilotStatus ==.alreadySignedIn ||
0 commit comments