We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cd3812 commit df59269Copy full SHA for df59269
1 file changed
lib/screens/settings/widgets/seerr_connection_dialog.dart
@@ -288,7 +288,6 @@ class _SeerrConnectionDialogState extends ConsumerState<SeerrConnectionDialog> {
288
}
289
290
Future<void> _quickConnectInitiate() async {
291
- if (_disableAuthActions) return;
292
if (!_applyServerUrl()) return;
293
setState(() {
294
processing = true;
0 commit comments