feat: first time admin user creation through the ui

This commit is contained in:
Deluan
2020-01-25 17:10:16 -05:00
parent b4c95fa8db
commit 58a7879ba8
9 changed files with 301 additions and 147 deletions
+1
View File
@@ -13,6 +13,7 @@ const httpClient = (url, options = {}) => {
const token = response.headers.get('authorization')
if (token) {
localStorage.setItem('token', token)
localStorage.removeItem('initialAccountCreation')
}
return response
})