Skip to content

Commit 7f71128

Browse files
committed
feat: update com.toro.passclub.espanyol.flow
1 parent 791c366 commit 7f71128

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

projects/espanyol-login/code/com.toro.passclub.espanyol.flow

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,4 @@ Flow com.toro.passclub.espanyol
44
creds = RRF "Espanyol.ftlh"
55
dummy = Call com.toro.passclub.BasicAuthentication#testNoArg
66
// 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"
7+
isAuthenticated = Call com.toro.passclub.BasicAuthentication#authenticate creds.username creds.password

0 commit comments

Comments
 (0)