Skip to content

Commit

Permalink
Modified login sample to avoid clearing fields on login
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy Maleh committed Mar 18, 2011
1 parent b14517c commit 331f7f0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions samples/login.rb
Expand Up @@ -32,8 +32,6 @@ def logged_out
end

def login
self.user_name = ""
self.password = ""
self.status = "Logged In"
end

Expand Down

0 comments on commit 331f7f0

Please sign in to comment.