refactor: fix password auth
refactor: move tabs around
This commit is contained in:
parent
316663be32
commit
e397bc884b
17 changed files with 49 additions and 26 deletions
|
@ -3,7 +3,6 @@ import { FSDB_COLLECTION } from 'jsr:@andyburke/fsdb';
|
|||
export type PASSWORD_ENTRY = {
|
||||
user_id: string;
|
||||
hash: string;
|
||||
salt: string;
|
||||
timestamps: {
|
||||
created: string;
|
||||
updated: string;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue