diff --git a/templates/authorizeRequest.handlebar b/templates/authorizeRequest.handlebar index 0e741b3..c5beec5 100644 --- a/templates/authorizeRequest.handlebar +++ b/templates/authorizeRequest.handlebar @@ -77,12 +77,14 @@ {{/unless}}
- -
diff --git a/templates/createAccount.handlebar b/templates/createAccount.handlebar index a262918..3cc84c3 100644 --- a/templates/createAccount.handlebar +++ b/templates/createAccount.handlebar @@ -171,7 +171,7 @@ diff --git a/templates/error.handlebar b/templates/error.handlebar index 96d5b6b..194070a 100644 --- a/templates/error.handlebar +++ b/templates/error.handlebar @@ -1,33 +1,53 @@ - + - - Login - Nostr - - + Login Error - Nostr + + + - - -
-
-

- - Login to Nostr -

-
- -
- {{error}} -
+ + +
+
+ {{error}} +
- + diff --git a/templates/login.handlebar b/templates/login.handlebar index dd43dc8..a30a8c0 100644 --- a/templates/login.handlebar +++ b/templates/login.handlebar @@ -89,7 +89,7 @@ diff --git a/templates/redirect.handlebar b/templates/redirect.handlebar index 5389a3f..1da1f08 100644 --- a/templates/redirect.handlebar +++ b/templates/redirect.handlebar @@ -1,78 +1,91 @@ - + + - - Document + Redirect - Nostr - - - - + + - - - -
+ + +
+
+ {{#if callbackUrl}}
-

- - Welcome to Nostr! -

+

+ You are being redirected to {{callbackUrl}} +

- -
- {{#if callbackUrl}} -
-

- You are being redirected to {{callbackUrl}} -

-
- -
-

- If you are not redirected automatically, follow this link -

-
- {{else}} -
-

- You can close this window now. -

-
- - - {{/if}} +
+

+ If you are not redirected automatically, follow this link +

+ {{else}} +
+

+ You can close this window now. +

+ +
+ {{/if}} +
- + \ No newline at end of file