diff options
| author | Happ-dev <mangustyura15@gmail.com> | 2025-09-23 17:46:45 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-23 17:46:45 +0300 |
| commit | 8ff4e1ff316cc60d1fb408c074f6294393758f43 (patch) | |
| tree | d88a36fef03e1e57cf0a1c5f346654e3cee42ed6 /web/assets/js | |
| parent | 26c6438ec2b32529ffb85454b60f7b996fec7692 (diff) | |
Add Happ client export open link (#3542)
Co-authored-by: y.sivushkin <y.sivushkin@corp.101xp.com>
Diffstat (limited to 'web/assets/js')
| -rw-r--r-- | web/assets/js/subscription.js | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/web/assets/js/subscription.js b/web/assets/js/subscription.js index 0af95890..c7627837 100644 --- a/web/assets/js/subscription.js +++ b/web/assets/js/subscription.js @@ -142,7 +142,10 @@ }, npvtunUrl() { return this.app.subUrl; - } + }, + happUrl() { + return `happ://add/${encodeURIComponent(this.app.subUrl)}`; + } }, methods: { renderLink, |
