mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-16 18:12:29 -06:00
Added test for login page
This commit is contained in:
@@ -7,6 +7,8 @@ import 'package:http_interceptor/http_interceptor.dart';
|
||||
import 'package:injectable/injectable.dart';
|
||||
|
||||
@injectable
|
||||
@dev
|
||||
@prod
|
||||
class AuthenticationInterceptor implements InterceptorContract {
|
||||
final LocalVault _localVault;
|
||||
AuthenticationInterceptor(this._localVault);
|
||||
|
||||
Reference in New Issue
Block a user