add user user

This commit is contained in:
2019-12-03 23:03:26 +01:00
parent 56e17d0f9b
commit ab21b2f809
3 changed files with 55 additions and 34 deletions

View File

@ -5,15 +5,18 @@ const tokens = {
},
editor: {
token: 'editor-token'
},
user: {
token: 'editor-token'
}
}
const users = {
'admin-token': {
roles: ['admin'],
introduction: 'I am a super administrator',
introduction: 'Projektmanager bei RedBull',
avatar: 'https://wpimg.wallstcn.com/f778738c-e4f8-4870-b634-56703b4acafe.gif',
name: 'Super Admin'
name: 'Julia Krammer'
},
'editor-token': {
roles: ['editor'],