Sha256: e798f76cfd984201fd7a02ac4603552f28f88b1ffc41c36c2c9c0d261366311b
Contents?: true
Size: 688 Bytes
Versions: 2
Compression:
Stored size: 688 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, JSON.stringify(user_id)) const auth_url = <%= @auth_redir_url %> window.location.href = auth_url </script> </body> </html>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
lita-gauth-0.1.0.4 | templates/auth_root.html.erb |
lita-gauth-0.1.0.3 | templates/auth_root.html.erb |