]> Entropealabs - wampex.git/commitdiff
remove invalid creds flow for now
authorChristopher <chris@entropealabs.com>
Tue, 18 Feb 2020 02:50:23 +0000 (20:50 -0600)
committerChristopher <chris@entropealabs.com>
Tue, 18 Feb 2020 02:50:23 +0000 (20:50 -0600)
priv/session.json

index fca4d9d677cd4856f42d2fba3759d7df4882c001..439a1b55ff49ecbb378880e3122f95ff95aa9aac 100644 (file)
         {
           "ErrorEquals": [":abort"],
           "Next": "Abort"
-        },
-        {
-          "ErrorEquals": [":invalid_credentials"],
-          "Next": "InvalidCredentials"
         }
+        
       ]
     },
-    "InvalidCredentials": {
-      "Type": "Task",
-      "Resource": "InvalidCredentials",
-      "TransitionEvent": ":error",
-      "Next": "Abort"
-    },
     "Established": {
       "Type": "Choice",
       "Resource": "Established",