mirror of
https://github.com/immich-app/immich.git
synced 2025-11-19 14:12:35 +09:00
Fix web lint issues
This commit is contained in:
@@ -4,8 +4,8 @@
|
||||
import { createEventDispatcher } from 'svelte';
|
||||
|
||||
let error: string;
|
||||
let email: string = '';
|
||||
let password: string = '';
|
||||
let email = '';
|
||||
let password = '';
|
||||
|
||||
const dispatch = createEventDispatcher();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user