From 43d375633dfba9fc84337bf923ef63d0a5fd34f4 Mon Sep 17 00:00:00 2001 From: Christopher Date: Mon, 17 Feb 2020 20:50:23 -0600 Subject: [PATCH] remove invalid creds flow for now --- priv/session.json | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/priv/session.json b/priv/session.json index fca4d9d..439a1b5 100644 --- a/priv/session.json +++ b/priv/session.json @@ -23,19 +23,10 @@ { "ErrorEquals": [":abort"], "Next": "Abort" - }, - { - "ErrorEquals": [":invalid_credentials"], - "Next": "InvalidCredentials" } + ] }, - "InvalidCredentials": { - "Type": "Task", - "Resource": "InvalidCredentials", - "TransitionEvent": ":error", - "Next": "Abort" - }, "Established": { "Type": "Choice", "Resource": "Established", -- 2.45.3