You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds a new "Copy All" button to the Providers page, allowing users to copy refresh tokens from multiple selected providers.
This feature includes:
- A new dialog for selecting providers to include in the copy operation.
- State management in `useProvidersPresenter` for the modal, selection, and copying process.
- Logic to fetch and concatenate refresh tokens from selected providers.
- Clipboard integration to copy the combined refresh tokens.
- Internationalization support for new strings related to "Copy All" functionality.
This enhances user convenience by providing a bulk action for managing refresh tokens.
0 commit comments