1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-08-06 06:02:40 +03:00

Fix embedded templates loading

This commit is contained in:
Quentin Gliech
2021-12-13 17:56:35 +01:00
parent ac211a5aa0
commit daf5542e6d
5 changed files with 28 additions and 41 deletions

View File

@@ -29,7 +29,7 @@ macro_rules! count {
macro_rules! register_templates {
{
$(
extra = { $( $extra_template:expr ),* };
extra = { $( $extra_template:expr ),* $(,)? };
)?
$(