diff --git a/README.md b/README.md index 599ee4f..4db1e20 100644 --- a/README.md +++ b/README.md @@ -99,6 +99,24 @@ This gem is compatible with Google Authenticator (https://support.google.com/acc This provisioning uri can then be turned in to a QR code if desired so that users may add the app to Google Authenticator easily. Once this is done they may retrieve a one-time password directly from the Google Authenticator app as well as through whatever method you define in `send_two_factor_authentication_code` +#### Overriding the view + +The default view that shows the form can be overridden by first adding a folder named: "two_factor_authentication" inside "app/views/devise", in here you want to create a "show.html.erb" view. + +The full path should be "app/views/devise/two_factor_authentication/show.html.erb" + +```html +