Skip to content

Commit ddc6068

Browse files
chore: updated strings for auth-flow.tsx
1 parent 0356a51 commit ddc6068

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/(dashboard)/(routes)/owner/config/_components/auth-flow.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export const AuthFlow = ({ authFlow }: AuthFlowProps) => {
5050
},
5151
});
5252

53-
toast.success('Auth flow updated');
53+
toast.success('Auth providers updated');
5454

5555
router.refresh();
5656
} catch (error) {
@@ -62,7 +62,7 @@ export const AuthFlow = ({ authFlow }: AuthFlowProps) => {
6262
<div className="flex flex-col gap-4">
6363
<div className="flex justify-between items-center gap-2">
6464
<div className="flex flex-col gap-1">
65-
<p className="font-medium text-xl">Auth Flow</p>
65+
<p className="font-medium text-xl">Auth Providers</p>
6666
</div>
6767
</div>
6868
<Form {...form}>

0 commit comments

Comments
 (0)