Unable to delete token
Describe the bug
When i click the X to delete a token i have created, it does nothing.
To Reproduce
Create a token and then try to delete it
Which token are you referring to? Secret Tokens or Service Tokens?
If you referring to Service Tokens looks like no logic implemented for deleting Service Tokens yet.

Yes @Zamion101, we need to develop the backend and then attach it to frontend! I think it shouldn't be complicated, we just forgot to do it :)
Yeah, it only needs to be checked for proper permissions and then removed from mongodb. It's easy to implement. Will look while working on #138 .
This has recently been fixed