From 6233b00ce5c6c309512306b853d3ed82030d7c74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Greg=C3=B3rio=20Granado=20Magalh=C3=A3es?= Date: Wed, 2 Mar 2022 12:30:56 -0300 Subject: [PATCH] Move TOS and Privacy Policy inside modal --- js/ui/src/App.svelte | 17 ++++++++++++----- static/index.html | 5 ----- 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/js/ui/src/App.svelte b/js/ui/src/App.svelte index dec0c07..595c55a 100644 --- a/js/ui/src/App.svelte +++ b/js/ui/src/App.svelte @@ -1,11 +1,10 @@ @@ -114,13 +115,15 @@ {#if client_metadata.logo_uri}
Ethereum logo - Client logo + Client logo
{:else} Ethereum logo {/if}
Welcome
- Sign-In with Ethereum to continue to {client_metadata.client_name ? client_metadata.client_name : domain} + + Sign-In with Ethereum to continue to {client_metadata.client_name ? client_metadata.client_name : domain} + + + By using this service you agree to the Terms of Use and + Privacy Policy. + {#if client_metadata.client_uri} Request linked to {client_metadata.client_uri} diff --git a/static/index.html b/static/index.html index 7e76c3a..a22604d 100644 --- a/static/index.html +++ b/static/index.html @@ -17,9 +17,4 @@ - -