We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31fc87b commit 8c99e6cCopy full SHA for 8c99e6c
src/routes/(console)/project-[region]-[project]/auth/user-[user]/updateStatus.svelte
@@ -17,6 +17,7 @@
17
18
async function updateVerificationEmail() {
19
showVerificationDropdown = false;
20
+ let displayName: string;
21
try {
22
await sdk
23
.forProject(page.params.region, page.params.project)
@@ -39,6 +40,7 @@
39
40
}
41
async function updateVerificationPhone() {
42
43
44
45
46
0 commit comments