QR code update
This commit is contained in:
parent
fefed2d4a4
commit
6aecf12067
1 changed files with 1 additions and 1 deletions
|
@ -294,7 +294,7 @@ export function getUserMenu(user, router: Router = mainRouter) {
|
|||
icon: "ph-qr-code ph-bold ph-lg",
|
||||
text: i18n.ts.getQrCode,
|
||||
action: () => {
|
||||
os.displayQrCode(window.location.href)
|
||||
os.displayQrCode(`https://${host}/authorize-follow?acct=${user.username}`)
|
||||
}
|
||||
},
|
||||
isSignedIn(me) && me.id !== user.id
|
||||
|
|
Loading…
Reference in a new issue