mirror of
https://github.com/steveiliop56/tinyauth.git
synced 2025-12-15 20:56:34 +00:00
chore: update to react query v5
This commit is contained in:
@@ -57,7 +57,7 @@ export const TotpPage = () => {
|
||||
{t("totpTitle")}
|
||||
</Text>
|
||||
<TotpForm
|
||||
isLoading={totpMutation.isLoading}
|
||||
isPending={totpMutation.isPending}
|
||||
onSubmit={(values) => totpMutation.mutate(values)}
|
||||
/>
|
||||
</Paper>
|
||||
|
||||
Reference in New Issue
Block a user