Merge pull request #2240 from coreos-inc/wrong-email-invite-accept
Fix attempts to confirm team invite for mismatched email address
This commit is contained in:
commit
f72185f527
3 changed files with 118 additions and 10 deletions
|
@ -5,9 +5,12 @@
|
|||
<div class="user-setup" ng-show="user.anonymous" redirect-url="redirectUrl"
|
||||
invite-code="inviteCode">
|
||||
</div>
|
||||
<div class="quay-spinner" ng-show="!user.anonymous && loading"></div>
|
||||
<div class="alert alert-danger" ng-show="!user.anonymous && invalid">
|
||||
{{ invalid }}
|
||||
<div class="cor-loader-inline" ng-show="!user.anonymous && loading"></div>
|
||||
|
||||
<div class="error-view-element" ng-show="!user.anonymous && invalid">
|
||||
<h2><i class="fa fa-exclamation-triangle"></i> Confirmation Error</h2>
|
||||
<h3>Confirmation code does not match this account</h3>
|
||||
<div>{{ invalid }}</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Reference in a new issue