yeet name_first and name_last from users table
This commit is contained in:
parent
f1be653486
commit
bf9dfa87da
20 changed files with 144 additions and 82 deletions
|
@ -24,8 +24,6 @@ interface ExtendedWindow extends Window {
|
|||
username: string;
|
||||
email: string;
|
||||
/* eslint-disable camelcase */
|
||||
name_first: string;
|
||||
name_last: string;
|
||||
root_admin: boolean;
|
||||
use_totp: boolean;
|
||||
language: string;
|
||||
|
@ -56,8 +54,6 @@ const App = () => {
|
|||
uuid: PterodactylUser.uuid,
|
||||
username: PterodactylUser.username,
|
||||
email: PterodactylUser.email,
|
||||
firstName: PterodactylUser.name_first,
|
||||
lastName: PterodactylUser.name_last,
|
||||
language: PterodactylUser.language,
|
||||
rootAdmin: PterodactylUser.root_admin,
|
||||
useTotp: PterodactylUser.use_totp,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue