1
0
Fork 0

wip(backend): more progress on account endpoints and tests

This commit is contained in:
joostdecock 2022-11-11 18:02:28 +01:00
parent f8e1fed09a
commit bccf4a35ee
7 changed files with 395 additions and 74 deletions

View file

@ -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] : '')