Make ActionModal to component

This commit is contained in:
Chord 2019-12-30 13:50:32 -05:00
parent cb918033a6
commit e048d28ad3
7 changed files with 137 additions and 112 deletions

View file

@ -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) {