Minor change

This commit is contained in:
WardPearce
2026-02-15 21:40:12 +13:00
parent 85f2e0d3a2
commit e8fe8316d2
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -169,7 +169,7 @@ export interface ChannelSubscriptionModel {
userId: string;
}
export interface UserTableModel {
export interface UserTableModel extends Model {
id: string;
username: string;
passwordHash: string;
@@ -107,7 +107,6 @@
);
if (sid) {
console.log(sid);
invidiousAuthStore.set({ username: rawUsername, token: sid });
await ui('#tv-login');
goto(resolve('/', {}), { replaceState: true });