mirror of
https://github.com/sysadminsmedia/homebox.git
synced 2025-12-24 06:28:34 +01:00
fix: missing migration
This commit is contained in:
@@ -444,8 +444,10 @@ export interface ItemAttachmentToken {
|
||||
}
|
||||
|
||||
export interface LoginForm {
|
||||
/** @example "admin" */
|
||||
password: string;
|
||||
stayLoggedIn: boolean;
|
||||
/** @example "admin@admin.com" */
|
||||
username: string;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user