mirror of
https://github.com/psforever/PSFPortal.git
synced 2026-03-19 04:10:42 +00:00
Make ActionModal to component
This commit is contained in:
parent
cb918033a6
commit
e048d28ad3
7 changed files with 137 additions and 112 deletions
|
|
@ -35,6 +35,7 @@ api.get('/user/:user/profile', async (req, res, next) => {
|
|||
email : "bademail@email.com",
|
||||
account_created : account.created,
|
||||
admin : account.gm,
|
||||
inactive: account.inactive,
|
||||
characters: characters,
|
||||
});
|
||||
} catch (e) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue