wip(backend): more progress on account endpoints and tests
This commit is contained in:
parent
f8e1fed09a
commit
bccf4a35ee
7 changed files with 395 additions and 74 deletions
|
@ -25,8 +25,9 @@ export const setup = async () => {
|
|||
icons: {
|
||||
user: '🧑 ',
|
||||
jwt: '🎫 ',
|
||||
key: '🎟️ ',
|
||||
key: '🎟️ ',
|
||||
},
|
||||
randomString,
|
||||
}
|
||||
store.icon = (icon1, icon2 = false) => store.icons[icon1] + (icon2 ? store.icons[icon2] : '')
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue