diff options
author | Vika <vika@fireburn.ru> | 2022-08-13 21:56:10 +0300 |
---|---|---|
committer | Vika <vika@fireburn.ru> | 2022-08-13 21:56:10 +0300 |
commit | 8a6447c8aabb36ec4a8e66c61c058fbf36727802 (patch) | |
tree | 3a647db28e509a146ee4a0c97f3a489f9842a62e /kittybox-rs/templates | |
parent | 3de3fc65d131fc84512fcd4b1f25f64a0860e6db (diff) | |
download | kittybox-8a6447c8aabb36ec4a8e66c61c058fbf36727802.tar.zst |
Add a placeholder template for the authorization request page
Diffstat (limited to 'kittybox-rs/templates')
-rw-r--r-- | kittybox-rs/templates/src/indieauth.rs | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/kittybox-rs/templates/src/indieauth.rs b/kittybox-rs/templates/src/indieauth.rs new file mode 100644 index 0000000..99e94c7 --- /dev/null +++ b/kittybox-rs/templates/src/indieauth.rs @@ -0,0 +1,7 @@ +use kittybox_indieauth::AuthorizationRequest; + +markup::define! { + AuthorizationRequestPage() { + + } +} |