Skip to content

Commit

Permalink
Update consent on rules and regulations for different citiies
Browse files Browse the repository at this point in the history
  • Loading branch information
sondreb committed Sep 30, 2023
1 parent dcf2d0b commit 03e3293
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 6 additions & 0 deletions app/src/app/connect/consent-dialog/consent-dialog.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@ <h1 mat-dialog-title>Give consent</h1>
and you should not use this software.
</p>

<p>
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.
</p>

<p>
If you're young and still living with your parents, consider asking them
for permission before you continue.
Expand Down
1 change: 0 additions & 1 deletion app/src/app/services/authentication.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 03e3293

Please sign in to comment.