https://dashboards.aveadesk.com/login?next=https%3A%2F%2Fdashboards.aveadesk.com%2F

Submitted URL:
https://dashboards.aveadesk.com/Redirected
Report Finished:

The outgoing links identified from the page

JavaScript Variables · 3 found

Global JavaScript variables loaded on the window object of a page, are variables declared outside of functions and accessible from anywhere in the code within the current scope

NameType
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject

Console log messages · 1 found

Messages logged to the web console

HTML

The raw HTML body of the page

<!DOCTYPE html><html class="no-js"><head>
  <title>Login to Redash</title>
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <meta http-equiv="X-UA-Compatible" content="IE=edge">

  <link rel="stylesheet" href="/static/server.aa77f4f20b199cd05db9.css">

  <link rel="icon" type="image/png" sizes="32x32" href="/static/images/favicon-32x32.png">
  <link rel="icon" type="image/png" sizes="96x96" href="/static/images/favicon-96x96.png">
  <link rel="icon" type="image/png" sizes="16x16" href="/static/images/favicon-16x16.png">
  
</head>
<body class="d-flex flex-column justify-content-center align-items-center signed-out">

  <div>
    <div class="header">
      <div class="text-center m-b-15">
        <a href="/"><img src="/static/images/redash_icon_small.png"></a>
      </div>
      
        <h3 class="text-center m-t-0 m-b-25">Login to Redash</h3>
      
    </div>
    
<div class="fixed-width-page">
  <div class="bg-white tiled">
    
      
    

    

    

    

    

    
    

    <form role="form" method="post" name="login">
      <input type="hidden" name="csrf_token" value="ImIwYzA1NjEzZDUyZmJiMjc2OTQwNjg4YWJmZDIwNDU2NzBlYmRmZmYi.Zw_J2Q.wXFRjlWNeaJIPFYbzuBRriFMtk0">
      <div class="form-group">
        <label for="inputEmail">Email</label>
        <input type="text" class="form-control" id="inputEmail" name="email" value="" data-test="Email">
      </div>
      <div class="form-group">
        <label for="inputPassword">Password</label>
        <input type="password" class="form-control" id="inputPassword" name="password" data-test="Password">
      </div>
      <div class="form-group">
        <input type="checkbox" id="inputRemember" name="remember" checked="">
        <label for="inputRemember">Remember me</label>
      </div>

      <button type="submit" class="btn btn-primary btn-block m-t-25">Log In</button>
    </form>
    
      <div class="m-t-25">
        <a href="/forgot">I forgot my password</a>
      </div>
    
    
  </div>
</div>

  </div>






</body></html>