Merge pull request #24 from nostrband/develop
Save app url from referrer on connect request by bunker url
This commit is contained in:
commit
6589a98d52
@ -84,7 +84,7 @@ export const ModalConfirmConnect = () => {
|
||||
if (selectedActionType === ACTION_TYPE.BASIC) perms = [ACTION_TYPE.BASIC]
|
||||
|
||||
if (pendingReqId) {
|
||||
const options = { perms }
|
||||
const options = { perms, appUrl }
|
||||
await confirmPending(pendingReqId, true, true, options)
|
||||
} else {
|
||||
try {
|
||||
|
@ -661,7 +661,7 @@ export class NoauthBackend {
|
||||
timestamp: Date.now(),
|
||||
name: '',
|
||||
icon: '',
|
||||
url: '',
|
||||
url: options.appUrl || '',
|
||||
})
|
||||
|
||||
// reload
|
||||
|
Loading…
x
Reference in New Issue
Block a user