diff --git a/crates/ezidam/templates/pages/oauth/authorize.html.tera b/crates/ezidam/templates/pages/oauth/authorize.html.tera index 91b143b..ca16672 100644 --- a/crates/ezidam/templates/pages/oauth/authorize.html.tera +++ b/crates/ezidam/templates/pages/oauth/authorize.html.tera @@ -1,5 +1,7 @@ {% extends "base" %} +{% import "utils/avatar" as avatar %} + {% block page %}
@@ -25,8 +27,7 @@