fix: missing migration

This commit is contained in:
Matt Kilgore
2024-12-26 18:36:28 +00:00
parent 1aff45159e
commit 75b9c2f45b
5 changed files with 82 additions and 24 deletions

View File

@@ -444,8 +444,10 @@ export interface ItemAttachmentToken {
}
export interface LoginForm {
/** @example "admin" */
password: string;
stayLoggedIn: boolean;
/** @example "admin@admin.com" */
username: string;
}