mirror of
https://github.com/tale/headplane.git
synced 2026-08-11 22:36:53 +00:00
fix: use full users for preauthkey lookup
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
import type { User } from './User';
|
||||
|
||||
export interface PreAuthKey {
|
||||
id: string;
|
||||
key: string;
|
||||
user: string;
|
||||
user: User;
|
||||
reusable: boolean;
|
||||
ephemeral: boolean;
|
||||
used: boolean;
|
||||
|
||||
Reference in New Issue
Block a user