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
Fix embedded templates loading
This commit is contained in:
@@ -29,7 +29,7 @@ macro_rules! count {
|
||||
macro_rules! register_templates {
|
||||
{
|
||||
$(
|
||||
extra = { $( $extra_template:expr ),* };
|
||||
extra = { $( $extra_template:expr ),* $(,)? };
|
||||
)?
|
||||
|
||||
$(
|
||||
|
Reference in New Issue
Block a user