You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-08-06 06:02:40 +03:00
Upgrade minijinja to 2.0.1
This commit is contained in:
@@ -62,7 +62,7 @@ macro_rules! register_templates {
|
||||
$(< $( $lt $( : $clt $(+ $dlt )* )? ),+ >)?
|
||||
(&self, context: &$param)
|
||||
-> Result<String, TemplateError> {
|
||||
let ctx = ::minijinja::value::Value::from_serializable(context);
|
||||
let ctx = ::minijinja::value::Value::from_serialize(context);
|
||||
|
||||
let env = self.environment.load();
|
||||
let tmpl = env.get_template($template)
|
||||
|
Reference in New Issue
Block a user