summaryrefslogtreecommitdiffstats
path: root/remoting/webapp/html/dialog_client_third_party_auth.html
blob: 8e3eb82a09f368b18996fb8a3c65d94b75c497cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!--
Copyright (c) 2014 The Chromium Authors. All rights reserved.
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
-->
<div data-ui-mode="home.client.third-party-auth" class="centered">
  <div id="third-party-auth-message"
       i18n-content="DESCRIPTION_THIRD_PARTY_AUTH"
       class="message"></div>
  <div id="third-party-auth-url"
       class="message"></div>
  <div class="button-row">
    <button id="third-party-auth-button"
            type="button"
            autofocus="autofocus"
            i18n-content="CONTINUE_BUTTON">
    </button>
  </div>
</div> <!-- third-party-auth-dialog -->