We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98dc856 commit 8299d42Copy full SHA for 8299d42
1 file changed
projects/espanyol-login/code/com.toro.passclub.espanyol.flow
@@ -6,8 +6,7 @@ dummy = Call com.toro.passclub.BasicAuthentication#testNoArg
6
// Basic authentication with username and password
7
isAuthenticated = Call com.toro.passclub.BasicAuthentication#authenticate creds.username creds.password
8
When isAuthenticated is true
9
- it_cslur = { success: true, data: { userId: "as9233Qz" } }
10
- Finish it_cslur
+ Log "@info " User logged in!
11
RRF "LoginFailed.ftlh"
12
-it_njcze = { success: false, error: "Your error message here" }
13
-Finish it_njcze
+it_etndh = { success: false, error: "Your error message here" }
+Finish it_etndh
0 commit comments