Fix various issues (#123)

* Fix various issues

* Remove unused
This commit is contained in:
Geometrically
2023-05-23 14:24:39 -07:00
committed by GitHub
parent 8ff1b0d108
commit 9ea548cfe3
16 changed files with 47 additions and 40 deletions

View File

@@ -47,7 +47,7 @@
</div>
<Button v-if="accounts.length > 0" @click="login()">
<PlusIcon />
Add Account
Add account
</Button>
</Card>
</transition>
@@ -115,6 +115,7 @@ const login = async () => {
const url = await authenticate_begin_flow().catch(handleError)
const window = new WebviewWindow('loginWindow', {
title: 'Modrinth App',
url: url,
})