mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-10 10:08:02 -06:00
Changed saved views handling, changed repository structure with automatic persistence.
This commit is contained in:
@@ -8,7 +8,10 @@ import 'package:paperless_mobile/generated/l10n.dart';
|
||||
|
||||
class UserCredentialsFormField extends StatefulWidget {
|
||||
static const fkCredentials = 'credentials';
|
||||
const UserCredentialsFormField({Key? key}) : super(key: key);
|
||||
|
||||
const UserCredentialsFormField({
|
||||
Key? key,
|
||||
}) : super(key: key);
|
||||
|
||||
@override
|
||||
State<UserCredentialsFormField> createState() =>
|
||||
|
||||
Reference in New Issue
Block a user