Minor change
This commit is contained in:
@@ -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 });
|
||||
|
||||
Reference in New Issue
Block a user