Sha256: 3879e0cf480c2595ccf05c0c650561570ec4d8059a52949f4bda3d9b10bc5c36
Contents?: true
Size: 730 Bytes
Versions: 1
Compression:
Stored size: 730 Bytes
Contents
<!DOCTYPE html> <html> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width" /> <title>Auth_root.html</title> </head> <body> <div>Nothing to see here!</div> <iframe src="https://giphy.com/embed/tWHk9WtvGC4Sc" width="480" height="361" frameBorder="0" class="giphy-embed" allowFullScreen> </iframe> <script type="application/javascript"> const user_id = '<%= @user_id %>'; const key = '<%= @storage_key %>'; localStorage.setItem(key, user_id); const auth_url = '<%= @auth_redir_url %>'; window.setTimeout(() => { window.location.href = auth_url; }, 3000) </script> </body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
lita-gauth-0.1.0.5 | templates/auth_root.html.erb |