Describe the bug
Few bugs reported by Seth
To Reproduce
- When a User is logged in and goes to Users tab as the client is loading asynchronous the error show client.orgobj is null
- When a users API key is reset, the reset user's full name should display a "key" symbol
if (row.secret) append = " 🔑 ";
- User is disabled by making him/her Inactive, displays true or false - remove html strong.
Expected behavior
Most of these are fixed in PR
Describe the bug
Few bugs reported by Seth
To Reproduce
if (row.secret) append = " 🔑 ";Expected behavior
Most of these are fixed in PR