Skip to content

Commit

Permalink
Merge pull request #293 from AgileBits/improvement/removed-extra-new-…
Browse files Browse the repository at this point in the history
…lines

[IMPROVED] Removed extra new lines for a clearer code and README.
  • Loading branch information
radazzouz committed Jan 15, 2016
2 parents 1b95758 + 4cd88c1 commit 8225206
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ class ChangePasswordViewController: UIViewController {
// Here are all the symbols available in the the 1Password Password Generator:
// !@#$%^&*()_-+=|[]{}'\";.,>?/~`
// The string for AppExtensionGeneratedPasswordForbiddenCharactersKey should contain the symbols and characters that you wish 1Password to exclude from the generated password.

AppExtensionGeneratedPasswordForbiddenCharactersKey: "!@#$%/0lIO"
]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ class RegisterViewController: UIViewController {
// Here are all the symbols available in the the 1Password Password Generator:
// !@#$%^&*()_-+=|[]{}'\";.,>?/~`
// The string for AppExtensionGeneratedPasswordForbiddenCharactersKey should contain the symbols and characters that you wish 1Password to exclude from the generated password.

AppExtensionGeneratedPasswordForbiddenCharactersKey: "!@#$%/0lIO"
]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ - (IBAction)changePasswordIn1Password:(id)sender {
// Here are all the symbols available in the the 1Password Password Generator:
// !@#$%^&*()_-+=|[]{}'\";.,>?/~`
// The string for AppExtensionGeneratedPasswordForbiddenCharactersKey should contain the symbols and characters that you wish 1Password to exclude from the generated password.

AppExtensionGeneratedPasswordForbiddenCharactersKey: @"!@#$%/0lIO"
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ - (IBAction)saveLoginTo1Password:(id)sender {
// Here are all the symbols available in the the 1Password Password Generator:
// !@#$%^&*()_-+=|[]{}'\";.,>?/~`
// The string for AppExtensionGeneratedPasswordForbiddenCharactersKey should contain the symbols and characters that you wish 1Password to exclude from the generated password.

AppExtensionGeneratedPasswordForbiddenCharactersKey: @"!@#$%/0lIO"
};

Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,6 @@ Adding 1Password to your registration screen is very similar to adding 1Password
// Here are all the symbols available in the the 1Password Password Generator:
// !@#$%^&*()_-+=|[]{}'\";.,>?/~`
// The string for AppExtensionGeneratedPasswordForbiddenCharactersKey should contain the symbols and characters that you wish 1Password to exclude from the generated password.

AppExtensionGeneratedPasswordForbiddenCharactersKey: @"!@#$%/0lIO"
};

Expand Down Expand Up @@ -240,7 +239,6 @@ Adding 1Password to your change password screen is very similar to adding 1Passw
// Here are all the symbols available in the the 1Password Password Generator:
// !@#$%^&*()_-+=|[]{}'\";.,>?/~`
// The string for AppExtensionGeneratedPasswordForbiddenCharactersKey should contain the symbols and characters that you wish 1Password to exclude from the generated password.

AppExtensionGeneratedPasswordForbiddenCharactersKey: @"!@#$%/0lIO"
};

Expand Down

0 comments on commit 8225206

Please sign in to comment.