Save cookies per user (no 2FA on account switch)

This commit is contained in:
Natsumi
2021-08-20 22:01:54 +12:00
parent c388b7ef7e
commit dbb1554300
4 changed files with 34 additions and 4 deletions

View File

@@ -20,7 +20,7 @@ html
h2(style="font-weight:bold;text-align:center;margin:0") Saved Accounts
.x-friend-list(style="margin-top:10px")
.x-friend-item(v-for="user in loginForm.savedCredentials" :key="user.user.id")
.x-friend-item(@click="relogin(user.loginParmas)" style="width:202px;padding:0")
.x-friend-item(@click="relogin(user)" style="width:202px;padding:0")
.avatar
img(v-if="user.user.profilePicOverride" v-lazy="user.user.profilePicOverride")
img(v-else-if="displayVRCPlusIconsAsAvatar && user.user.userIcon" v-lazy="user.user.userIcon")