We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 341098b commit 3ed7affCopy full SHA for 3ed7aff
1 file changed
projects/espanyol-login/code/com.toro.passclub.espanyol.flow
@@ -4,4 +4,6 @@ Flow com.toro.passclub.espanyol
4
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
+isAuthenticated = Call com.toro.passclub.BasicAuthentication#authenticate creds.username creds.password
8
+it_wrigt = { success: true, data: { userId: creds.username } }
9
+Finish it_wrigt
0 commit comments