Onboarding: select bundled Telegram channel and auto-install (#3)

Co-authored-by: Firat Sertgoz <[email protected]>
This commit is contained in:
firat.sertgoz
2026-02-07 06:56:01 +00:00
committed by GitHub
co-authored by Firat Sertgoz
parent 6bcc168ec5
commit 6831a54793
6 changed files with 314 additions and 40 deletions
+2
View File
@@ -205,6 +205,8 @@ pub enum CredentialLocation {
},
/// Inject as a query parameter
QueryParam { name: String },
/// Inject by replacing a placeholder in URL or body templates
UrlPath { placeholder: String },
}
impl Default for CredentialLocation {