feat: add embed snippet to profile settings

This commit is contained in:
2026-06-03 10:09:38 +02:00
parent 19642175eb
commit 3f6e01ed65
3 changed files with 12 additions and 0 deletions

View File

@@ -379,6 +379,7 @@ pub struct ProfileSettingsTemplate<'a> {
pub also_known_as: Option<&'a str>,
pub profile_fields: &'a [(String, String)],
pub saved: bool,
pub embed_url: String,
}
#[derive(Template)]