From: Christopher Date: Tue, 18 Feb 2020 02:50:23 +0000 (-0600) Subject: remove invalid creds flow for now X-Git-Url: http://git.entropealabs.com/?a=commitdiff_plain;h=43d375633dfba9fc84337bf923ef63d0a5fd34f4;p=wampex_router.git remove invalid creds flow for now --- 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",