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 92cc1b7 commit 718dcfaCopy full SHA for 718dcfa
lib/screens/auth_screen.dart
@@ -119,7 +119,7 @@ class _AuthCardState extends State<AuthCard> {
119
// If not, the user will not be able to register via the app
120
try {
121
final metadata = Provider.of<AuthProvider>(context, listen: false).metadata;
122
- if (metadata.containsKey(MANIFEST_KEY_API) || metadata[MANIFEST_KEY_API] == '') {
+ if (metadata.containsKey(MANIFEST_KEY_API) && metadata[MANIFEST_KEY_API] == '') {
123
_canRegister = false;
124
}
125
} on PlatformException {
0 commit comments