app.sharebase.com
Open in
urlscan Pro
206.16.253.63
Public Scan
Submitted URL: https://app.sharebase.com/#/folder/93597/share/355-r3rTe9M3BAd2mEHrKVEWYKMdJKg?recipient=26913
Effective URL: https://app.sharebase.com/
Submission: On August 27 via manual from US — Scanned from DE
Effective URL: https://app.sharebase.com/
Submission: On August 27 via manual from US — Scanned from DE
Form analysis
1 forms found in the DOMName: vm.authorizeLinkForm —
<form name="vm.authorizeLinkForm" novalidate="" class="ng-pristine ng-invalid ng-invalid-required">
<md-card-content layout="column" layout-align="space-around left" class="layout-align-space-around-stretch layout-column">
<!---->
<div ng-if="vm.passwordType === vm.PasswordType.AccessCode">
<div>
<p>
<translate>An access code is required to view this content. Select "Send Code" to receive a code at your email address.</translate>
</p>
<p class="sba-auth-link__subtext">
<translate>If you haven't received your code after a few minutes, check your "Spam" folder. You can also generate a new code with the "Send Code" button again. Only the most recent code will be valid.</translate>
</p>
</div>
</div><!---->
<!---->
<md-input-container md-no-float="" class="md-block sba-auth-link-input md-input-has-placeholder md-default-theme md-icon-left">
<md-icon class="material-icons pxlogin__input-icon md-default-theme" role="img" aria-label="vpn_key">vpn_key</md-icon>
<input required="" id="password" autocomplete="on" placeholder="Access Code" name="password" ng-model="vm.password" type="password" class="ng-pristine ng-untouched md-input ng-empty ng-invalid ng-invalid-required" aria-invalid="true">
<div class="md-errors-spacer"></div>
<div ng-messages="vm.authorizeLinkForm.password.$error" class="md-input-messages-animation md-auto-hide ng-active" aria-live="assertive">
<!---->
<div ng-message="required" translate="" class="md-input-message-animation">This is required.</div>
</div>
</md-input-container>
</md-card-content>
<md-card-actions class="md-padding layout-wrap layout-align-start-center layout-row" layout="row" layout-align="start center" layout-wrap="">
<!---->
<div ng-if="vm.passwordType === vm.PasswordType.AccessCode" flex-xs="100" flex-order-xs="1" class="flex-xs-100 flex-order-xs-1">
<button class="pxlogin__button---primary sba-auth-link__access-code-button md-button md-default-theme md-ink-ripple" type="button" ng-transclude="" ng-click="vm.throttleAccessCodeRequest()">
<translate>Send Code</translate>
</button>
</div><!---->
<div flex="" class="flex"></div>
<button class="md-button md-ink-ripple flex-xs-100 flex-order-xs-2 md-default-theme" type="button" ng-transclude="" flex-xs="100" flex-order-xs="2" ng-click="vm.gotoLogin()">
<translate>Cancel</translate>
</button>
<button class="pxlogin__button---primary md-button md-ink-ripple flex-xs-100 flex-order-xs-0 md-default-theme" type="submit" ng-transclude="" ng-click="vm.submitPassword()" flex-xs="100" flex-order-xs="0">
<translate>Submit</translate>
</button>
</md-card-actions>
</form>
Text Content
ShareBase An access code is required to view this content. Select "Send Code" to receive a code at your email address. If you haven't received your code after a few minutes, check your "Spam" folder. You can also generate a new code with the "Send Code" button again. Only the most recent code will be valid. vpn_key This is required. Send Code Cancel Submit