We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e3da25 commit b190589Copy full SHA for b190589
frontend/templates/pages/app/main.go.tmpl
@@ -91,7 +91,7 @@
91
copyText(cached);
92
return;
93
}
94
- fetch(`/api/accounts/${id}`, { credentials: 'include' })
+ fetch(`/api/accounts/${id}/passphrase`, { credentials: 'include' })
95
.then(response => response.json())
96
.then(data => {
97
passphraseCache.set(id, data);
0 commit comments