feat(client): profile improvements
Signed-off-by: Noa Virellia <noa@requiem.garden>
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import { postAuthMagicMutation } from '@/client/@tanstack/react-query.gen';
|
||||
import { useMutation } from '@tanstack/react-query';
|
||||
import { postAuthMagicMutation } from '@/client/@tanstack/react-query.gen';
|
||||
|
||||
export function useGetMagicLink() {
|
||||
return useMutation({
|
||||
...postAuthMagicMutation()
|
||||
})
|
||||
...postAuthMagicMutation(),
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user