Browse Source

Merge pull request #110 from shaunakpp/docs

Fixes a minor typo in the README.md
master
Dmitrii Golub 8 years ago committed by GitHub
parent
commit
7d99a6cb3f
  1. 4
      README.md

4
README.md

@ -176,8 +176,8 @@ To add them, generate a migration such as:
$ rails g migration AddTwoFactorFieldsToUsers direct_otp:string direct_otp_sent_at:datetime totp_timestamp:timestamp
The `otp_secret_key` is not only required for users who use Google Authentictor,
so unless it has been shared with the user it should be set to `nil`. The
following psudo-code is an example of how this might be done:
so unless it has been shared with the user it should be set to `nil`. The
following pseudo-code is an example of how this might be done:
```ruby
User.find_each do |user| do

Loading…
Cancel
Save