Skip to content

Commit e06df5e

Browse files
authored
fix(Auth): Removing the common description from managing credentials (aws-amplify#5326)
1 parent 5e5fbc7 commit e06df5e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/fragments/lib/auth/flutter/managing_credentials/10_managing_credentials.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
The Amplify Auth category persists authentication-related information to make it available to other Amplify categories and to your application.
2+
13
<BlockSwitcher>
24

35
<Block name="Stable (Mobile)">

src/pages/lib/auth/managing_credentials/q/platform/[platform].mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ export const meta = {
33
description: `Learn how to customize credential storage.`,
44
};
55

6-
The Amplify Auth category persists authentication-related information to make it available to other Amplify categories and to your application.
7-
86
import flutter0 from "/src/fragments/lib/auth/flutter/managing_credentials/10_managing_credentials.mdx";
97

108
<Fragments fragments={{flutter: flutter0}} />

0 commit comments

Comments
 (0)