We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e09810 commit 6515079Copy full SHA for 6515079
lib/src/widgets/solid_popup_login.dart
@@ -71,7 +71,7 @@ class _SolidPopupLoginState extends State<SolidPopupLogin> {
71
Future<bool> _loginAndInitPods(String webId, BuildContext context) async {
72
try {
73
await solidAuthenticate(webId, context);
74
-
+
75
if (context.mounted) {
76
// Check POD structure.
77
0 commit comments