diff options
Diffstat (limited to 'app/views/home/index.html.erb')
| -rw-r--r-- | app/views/home/index.html.erb | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/app/views/home/index.html.erb b/app/views/home/index.html.erb new file mode 100644 index 0000000..baec791 --- /dev/null +++ b/app/views/home/index.html.erb @@ -0,0 +1,8 @@ +<%= @message %> + +<p> +<%= @totp.provisioning_uri("mokha@cisco.com") %> +</p> +<p> +<%= @hotp.provisioning_uri("mokha@cisco.com") %> +</p> |
