feat: first time admin user creation through the ui
This commit is contained in:
@@ -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
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user