mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-16 12:12:30 -06:00
feat: bugfixes, finished go_router migration, implemented better visibility of states
This commit is contained in:
@@ -12,5 +12,9 @@ class ClientCertificate {
|
||||
@HiveField(1)
|
||||
String? passphrase;
|
||||
|
||||
ClientCertificate({required this.bytes, this.passphrase});
|
||||
|
||||
ClientCertificate({
|
||||
required this.bytes,
|
||||
this.passphrase,
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user