Skip to content
This repository has been archived by the owner on Aug 21, 2018. It is now read-only.

Commit

Permalink
Hotfix member creation problem
Browse files Browse the repository at this point in the history
  • Loading branch information
sente authored and dogi committed Jul 2, 2016
1 parent fb43124 commit 4a44b50
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/MyApp/app/views/MemberForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,6 @@ $(function() {

credentials = generate_credentials(this.model.get("login"), this.model.get("password"));
this.model.set("credentials", credentials);
this.model.set("password", "");

this.removeSpaces();
var addMem = true
Expand Down

0 comments on commit 4a44b50

Please sign in to comment.