feat: add admin page
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import 'pin_lock_service.dart';
|
||||
|
||||
class AdminPinService extends PinLockService {
|
||||
AdminPinService({super.storage})
|
||||
: super(saltKey: 'admin_pin_salt', hashKey: 'admin_pin_hash');
|
||||
}
|
||||
Reference in New Issue
Block a user