mirror of
https://github.com/getAlby/hub.git
synced 2026-08-13 12:33:39 +02:00
keep nostrwalletconnect URL for backwards compatibility
This commit is contained in:
parent
bf0f444feb
commit
d1ca970c4b
1 changed files with 1 additions and 1 deletions
|
|
@ -196,7 +196,7 @@ func (svc *Service) AppsCreateHandler(c echo.Context) error {
|
|||
if c.FormValue("returnTo") != "" {
|
||||
return c.Redirect(302, c.FormValue("returnTo"))
|
||||
}
|
||||
pairingUri := template.URL(fmt.Sprintf("nostr+walletconnect://%s?relay=%s&secret=%s", svc.cfg.IdentityPubkey, svc.cfg.Relay, pairingSecretKey))
|
||||
pairingUri := template.URL(fmt.Sprintf("nostrwalletconnect://%s?relay=%s&secret=%s", svc.cfg.IdentityPubkey, svc.cfg.Relay, pairingSecretKey))
|
||||
return c.Render(http.StatusOK, "apps/create.html", map[string]interface{}{
|
||||
"User": user,
|
||||
"PairingUri": pairingUri,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue