mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-nostr.git
synced 2025-12-13 05:26:47 +00:00
🎥 feat(profile): add Nsec.app tutorial video for secure login instructions
This commit is contained in:
@@ -309,6 +309,7 @@ $loadEvents = function () {
|
||||
<div class="flex flex-wrap space-y-2 sm:space-y-0 items-center justify-between">
|
||||
<x-button label="Mit Nostr verbinden" @click="openNostrLogin"
|
||||
x-show="!$store.nostr.user"/>
|
||||
{{-- https://v.nostr.build/bomfuwLnOTIDrP4y.mp4 --}}
|
||||
<template x-if="$store.nostr.user">
|
||||
<div class="flex items">
|
||||
<img class="w-12 h-12 rounded-full"
|
||||
@@ -339,6 +340,19 @@ $loadEvents = function () {
|
||||
</div>
|
||||
@endif
|
||||
</div>
|
||||
<div class="mt-8 flex">
|
||||
<div class="w-full sm:w-1/2">
|
||||
<h2 class="text-xl leading-snug text-[#1B1B1B] dark:text-gray-100 font-bold mb-1">
|
||||
Nsec.app Tutorial (sicheres Anmelden mit Nsec)
|
||||
</h2>
|
||||
<video class="aspect-video rounded-lg shadow-sm"
|
||||
x-show="!$store.nostr.user"
|
||||
src="https://v.nostr.build/bomfuwLnOTIDrP4y.mp4"
|
||||
autoplay
|
||||
playsinline
|
||||
controls/>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
{{--<section>
|
||||
|
||||
Reference in New Issue
Block a user