SignIn UI interface 'send again' button in VIP Authentication Hub
search cancel

SignIn UI interface 'send again' button in VIP Authentication Hub

book

Article ID: 280909

calendar_today

Updated On: 03-20-2024

Products

VIP Authentication Hub

Issue/Introduction


Running VIP Authentication Hub, when the browser reaches the OTP Authentication page, the "send again" button is placed right next to the OTP input text box, which seems counterintuitive considering that it's less likely to be used than the "Sign In" button, which is at the very bottom of the page, which in many cases, the user needs to scroll down to find this "Sign In" button.

 

Resolution


Use a custom CSS to suppress the "connecting to" section at the top and to make the default window smaller.

That can be done now with 2.2 to help with the scrolling.

The CSS would go like this:

  .container {
      min-height: 571px !important;
  }

  .appInfo {
      display: none;
  }

Create the CSS file and then use the Administrative UI to upload it. It will change all the login flows.

It will allow the window to resize to a smaller window, for the time being.

The.css overrides the one that exists today in the VIP Authentication Hub version 2.2.

Upgrade the VIP Authentication Hub to version 3.1 to get the 'Send again' buttom moved to under the mention "A security code was sent to".