[Chromoting] Move webapp files based on new directory structure:
[chromium-blink-merge.git] / remoting / webapp / crd / html / dialog_client_third_party_auth.html
blob8e3eb82a09f368b18996fb8a3c65d94b75c497cd
1 <!--
2 Copyright (c) 2014 The Chromium Authors. All rights reserved.
3 Use of this source code is governed by a BSD-style license that can be
4 found in the LICENSE file.
5 -->
6 <div data-ui-mode="home.client.third-party-auth" class="centered">
7 <div id="third-party-auth-message"
8 i18n-content="DESCRIPTION_THIRD_PARTY_AUTH"
9 class="message"></div>
10 <div id="third-party-auth-url"
11 class="message"></div>
12 <div class="button-row">
13 <button id="third-party-auth-button"
14 type="button"
15 autofocus="autofocus"
16 i18n-content="CONTINUE_BUTTON">
17 </button>
18 </div>
19 </div> <!-- third-party-auth-dialog -->