Skip to content

Commit 3ed7aff

Browse files
committed
feat: update com.toro.passclub.espanyol.flow
1 parent 341098b commit 3ed7aff

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,6 @@ 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
7+
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

Comments
 (0)