Guest User

Untitled

a guest
Jun 19th, 2018
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. <Command id="login" attempt="none">
  2. <r:Remote method="{rs.accounts.authenticate}" call="rs.accounts.authenticate(scope.attempt)">
  3. <Action call="passLogin.execute({account:scope.event.result})"/>
  4. <r:fail>
  5. <Action call="accounts.failLogin()"/>
  6. <Action call="nav.failLogin()"/>
  7. </r:fail>
  8. </r:Remote>
  9. </Command>
Add Comment
Please, Sign In to add comment