mirror of
https://github.com/kodjodevf/mangayomi.git
synced 2026-05-19 03:41:57 +00:00
Idk why I had removed the requirement
This commit is contained in:
parent
34206dbc42
commit
4010d019ae
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ class MyAnimeList extends _$MyAnimeList {
|
||||||
: '0c9100ccd443ddb441a319a881180f7f';
|
: '0c9100ccd443ddb441a319a881180f7f';
|
||||||
|
|
||||||
@override
|
@override
|
||||||
void build({required int syncId, ItemType? itemType}) {}
|
void build({required int syncId, required ItemType? itemType}) {}
|
||||||
|
|
||||||
Future<bool?> login() async {
|
Future<bool?> login() async {
|
||||||
final callbackUrlScheme =
|
final callbackUrlScheme =
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue