From f0ccad12bb8e23a856a1bf74c593f8e6910dd816 Mon Sep 17 00:00:00 2001 From: Mehmet Erim <34455572+mehmet-erim@users.noreply.github.com> Date: Wed, 2 Jun 2021 12:16:25 +0300 Subject: [PATCH] Update Account-Module.md --- docs/en/UI/Angular/Account-Module.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/en/UI/Angular/Account-Module.md b/docs/en/UI/Angular/Account-Module.md index 9496eb95c5..1b6a15d149 100644 --- a/docs/en/UI/Angular/Account-Module.md +++ b/docs/en/UI/Angular/Account-Module.md @@ -120,6 +120,4 @@ export const environment = { } as Config.Environment; ``` -> Note: The resource owner password flow does not support the two-factor authentication for some technical reasons. - See the [Authorization in Angular UI](./Authorization.md) document for more details.