Open
Description
Implement a TRPC endpoint to rotate the key
- When user click on rotate key, give them them an
AlertDialog
, we are using shadcn/ui, please use this component - The message should say
Are you sure you want to rotate this key? please make sure to replace existing API keys if you have used it anywhere.
- Buttons should be
Cancel
andContinue
- When clicking on
Continue
show the same modal we have oncreate-key.tsx
component, auto copy the regenerated key, basically the flow should similar to creating new key.