mirror of
https://github.com/pockethost/pockethost.git
synced 2025-03-30 15:08:30 +00:00
fix: typo
This commit is contained in:
parent
b1f40214a6
commit
f33e8913ea
@ -418,7 +418,7 @@ export const instanceService = mkSingleton(
|
|||||||
*/
|
*/
|
||||||
dbg(`Checking for verified account`)
|
dbg(`Checking for verified account`)
|
||||||
if (!owner.verified) {
|
if (!owner.verified) {
|
||||||
throw new Error(`Log in at ${mkAppUrl()}} to verify your account.`)
|
throw new Error(`Log in at ${mkAppUrl()} to verify your account.`)
|
||||||
}
|
}
|
||||||
|
|
||||||
const api = await getInstanceApi(instance)
|
const api = await getInstanceApi(instance)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user