diff --git a/app/src/app/connect/consent-dialog/consent-dialog.html b/app/src/app/connect/consent-dialog/consent-dialog.html index fab6962..84b03c1 100644 --- a/app/src/app/connect/consent-dialog/consent-dialog.html +++ b/app/src/app/connect/consent-dialog/consent-dialog.html @@ -32,6 +32,12 @@

Give consent

and you should not use this software.

+

+ You accept the local rules and regulations that applies to the individual + free cities you connect with using this software. Different cities have + different rules and regulations. +

+

If you're young and still living with your parents, consider asking them for permission before you continue. diff --git a/app/src/app/services/authentication.ts b/app/src/app/services/authentication.ts index 56f8155..135c27e 100644 --- a/app/src/app/services/authentication.ts +++ b/app/src/app/services/authentication.ts @@ -138,7 +138,6 @@ export class AuthenticationService { user.publicKeyHex = publicKey; // user.publicKey = this.utilities.getNostrIdentifier(publicKey); user.short = publicKey.substring(0, 12) + '...' + publicKey.slice(-5); // TODO: Figure out a good way to minimize the public key, "5...5"? - debugger; return user; }