mirror of
https://github.com/Jellify-Music/App.git
synced 2026-02-26 13:50:06 -06:00
use this to render a pop?
This commit is contained in:
@@ -33,8 +33,8 @@ export default function ServerLibrary(): React.JSX.Element {
|
||||
|
||||
const clearUser = useMutation({
|
||||
mutationFn: async () => {
|
||||
setApiClient(undefined)
|
||||
setChangeUsername(true);
|
||||
setApiClient(undefined)
|
||||
return await mutateServerCredentials(server!.url);
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user