{% extends "public.html" %} {% block toolbar_title %} Rotate Keys For {{ domain.domain }} {% endblock %} {% from "macros.jinja" import window_vars with context %} {% block page %}

You can use this page to change the public key associated with your NIP-5 identity.

Your current NIP-5 identity is {{ address.local_part }}@{{ domain.domain }} with nostr public key {{ address.pubkey }}.

Input your new pubkey below to update it.

Rotate Keys
{% endblock %} {% block scripts %} {% endblock %}