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 }}
This repository was archived by the owner on Apr 10, 2025. It is now read-only.
thrownewLoginException("Failed to log in (can't get the final authorization info). Please log in manually to a browser to authorize and accept the terms and conditions.");
115
+
thrownewLoginException("Failed to log in (can't get the final authorization info). Please log in manually to a browser to authorize and accept the terms and conditions.", startAuthorization.getLoginUrl());
116
116
}
117
117
118
118
Stringhmac = getHmacFromString(responseBody);
@@ -133,6 +133,9 @@ public SsoLogin postEmailPassword(String client, StartAuthorization startAuthori
thrownewLoginException("Failed to log in (can't get the final authorization info). Please log in manually to a browser to authorize and accept the terms and conditions.", startAuthorization.getLoginUrl());
thrownewLoginException("Failed to log in (can't get the final authorization info). Please log in manually to a browser to authorize and accept the terms and conditions.");
162
+
thrownewLoginException("Failed to log in (can't get the final authorization info). Please log in manually to a browser to authorize and accept the terms and conditions.", startAuthorization.getLoginUrl());
0 commit comments