mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-12 23:45:18 +00:00
fix(login): not working in android in Brazil or Ukraine regions
This commit is contained in:
parent
b3ac5ca3bb
commit
0b79a1181c
@ -48,7 +48,7 @@ class WebViewLogin extends HookConsumerWidget {
|
||||
url = url.substring(0, url.length - 1);
|
||||
}
|
||||
|
||||
final exp = RegExp(r"https:\/\/accounts.spotify.com\/\w+\/status");
|
||||
final exp = RegExp(r"https:\/\/accounts.spotify.com\/.+\/status");
|
||||
|
||||
if (exp.hasMatch(url)) {
|
||||
final cookies =
|
||||
|
Loading…
Reference in New Issue
Block a user