We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0356a51 commit ddc6068Copy full SHA for ddc6068
app/(dashboard)/(routes)/owner/config/_components/auth-flow.tsx
@@ -50,7 +50,7 @@ export const AuthFlow = ({ authFlow }: AuthFlowProps) => {
50
},
51
});
52
53
- toast.success('Auth flow updated');
+ toast.success('Auth providers updated');
54
55
router.refresh();
56
} catch (error) {
@@ -62,7 +62,7 @@ export const AuthFlow = ({ authFlow }: AuthFlowProps) => {
62
<div className="flex flex-col gap-4">
63
<div className="flex justify-between items-center gap-2">
64
<div className="flex flex-col gap-1">
65
- <p className="font-medium text-xl">Auth Flow</p>
+ <p className="font-medium text-xl">Auth Providers</p>
66
</div>
67
68
<Form {...form}>
0 commit comments