GEWIS / sudosos-frontend

This monorepo contains all frontend projects and shared code for the SudoSOS platform, built with Vue 3 and TypeScript. Contributions are welcome!
https://sudosos.gewis.nl
5 stars 4 forks source link

Use store to get API key of user and admins can request to change #455

Closed Jobbiesaus closed 1 week ago

Jobbiesaus commented 1 week ago

Description

The change can be requested on others' pages in the user overview.

Admins can now change the users' API key from the user overview.

We now use the store of users to change the API key of users and Admins can do it on the users' overview.

Related issues/external references

Fixes#268

Types of changes