We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 791c366 commit 7f71128Copy full SHA for 7f71128
1 file changed
projects/espanyol-login/code/com.toro.passclub.espanyol.flow
@@ -4,7 +4,4 @@ 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
8
-When isAuthenticated is true
9
- Log "@info User logged in!"
10
-RRF "LoginFailed.ftlh"
+isAuthenticated = Call com.toro.passclub.BasicAuthentication#authenticate creds.username creds.password
0 commit comments