Skip to content

Commit aea2f93

Browse files
committed
Corrected login timeout value
1 parent 213b833 commit aea2f93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/net/raphimc/viaproxy/ui/impl/AccountsTab.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ private void handleLogin(final TFunction<Consumer<MsaDeviceCode>, Account> reque
278278
} catch (TimeoutException e) {
279279
SwingUtilities.invokeLater(() -> {
280280
this.closePopup();
281-
ViaProxyWindow.showError(I18n.get("tab.accounts.add.timeout", "60"));
281+
ViaProxyWindow.showError(I18n.get("tab.accounts.add.timeout", "300"));
282282
});
283283
} catch (Throwable t) {
284284
if (t.getCause() instanceof InterruptedException) {

0 commit comments

Comments
 (0)