Skip to content

Commit

Permalink
Adding SIW screens for same device OV enrollments (#3526)
Browse files Browse the repository at this point in the history
OKTA-677620 Adding SIW screens for same device OV enrollments. Resolves OKTA-677620
Addressing PR comments
Addressing PR comments
  • Loading branch information
vakaevich-okta committed Apr 17, 2024
1 parent f999c2b commit 91aafe9
Show file tree
Hide file tree
Showing 33 changed files with 2,488 additions and 87 deletions.
30 changes: 30 additions & 0 deletions assets/img/appstore/osx-app-store.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions assets/img/appstore/windows-app-store.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
48 changes: 48 additions & 0 deletions assets/sass/v2/_okta-verify.scss
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,54 @@
}
}

.sameDevice-setup {
text-align: center;
}

.sameDevice-setup ol {
list-style: none;
}

.sameDevice-setup .ov-info {
margin-bottom: 15px;
}

.sameDevice-setup .setup-button {
margin: 15px auto;
width: 100%;
text-decoration: none;
}

.sameDevice-setup .orOnMobileLink {
color: #007cc0;
text-decoration: none;
}

.app-store-logo {
display: block;
margin: 10px auto;
height: 50px;
background-repeat: no-repeat;
background-position: center center;
}

.android-app-store-logo {
background-image: url('../img/appstore/google-play-store.svg');
}

.ios-app-store-logo {
background-image: url('../img/appstore/apple-app-store.svg');
transform: scale(1.4);
}

.windows-app-store-logo {
background-image: url('../img/appstore/windows-app-store.svg');
}

.osx-app-store-logo {
background-image: url('../img/appstore/osx-app-store.svg');
}

.switch-channel-link {
color: $link-text-color;
}
Expand Down
1 change: 1 addition & 0 deletions playground/mocks/config/responseConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ const idx = {
// 'authenticator-enroll-ov-via-sms',
// 'authenticator-enroll-ov-qr',
// 'authenticator-enroll-ov-same-device',
// 'authenticator-enroll-ov-same-device-setup-url',
// 'authenticator-enroll-ov-device-bootstrap',
// 'authenticator-enroll-ov-qr-enable-biometrics',
// 'error-internal-server-error',
Expand Down

0 comments on commit 91aafe9

Please sign in to comment.