We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd024af commit 8b4027fCopy full SHA for 8b4027f
1 file changed
projects/espanyol-login/code/com.toro.passclub.espanyol.flow
@@ -5,5 +5,5 @@ creds = RRF "Espanyol.ftlh"
5
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
-it_kjchd = { success: true, data: { userId: "admin" } }
9
-Finish it_kjchd
+it_slvqm = { success: true, data: { userId: creds.username } }
+Finish it_slvqm
0 commit comments