mirror of
https://github.com/immich-app/immich.git
synced 2025-11-29 14:39:48 +09:00
Fix web lint issues
This commit is contained in:
@@ -5,8 +5,8 @@
|
||||
let error: string;
|
||||
let success: string;
|
||||
|
||||
let password: string = '';
|
||||
let confirmPassowrd: string = '';
|
||||
let password = '';
|
||||
let confirmPassowrd = '';
|
||||
|
||||
let canRegister = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user