zf

zenflows testing
git clone https://s.sonu.ch/~srfsh/zf.git
Log | Files | Refs | Submodules | README | LICENSE

commit 21ded61daf58f31bfcedcb7e9f8c6386ebdd4729
parent 10fb371044dfb6d4907c9b46b3fe065566364473
Author: Jaromil <jaromil@dyne.org>
Date:   Thu, 21 Jul 2022 09:57:41 +0200

typo on backtick quotes

Diffstat:
Mdocs/user-creation-flow.md | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/user-creation-flow.md b/docs/user-creation-flow.md @@ -4,7 +4,7 @@ This document details user creation in Zenflows. The basic principle is end-to-end encryption: secret keys are not held by the server backend, but created on the frontend side. -'''mermaid +```mermaid sequenceDiagram participant B as Backend participant F as Frontend @@ -20,4 +20,4 @@ participant E as Email F->>B: send public keys B->B: save user pub keys B->>F: OK, confirm creation -''' +```