Skip to content

Commit 8c99e6c

Browse files
Variable for user Name or Email holder
1 parent 31fc87b commit 8c99e6c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/routes/(console)/project-[region]-[project]/auth/user-[user]/updateStatus.svelte

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
1818
async function updateVerificationEmail() {
1919
showVerificationDropdown = false;
20+
let displayName: string;
2021
try {
2122
await sdk
2223
.forProject(page.params.region, page.params.project)
@@ -39,6 +40,7 @@
3940
}
4041
async function updateVerificationPhone() {
4142
showVerificationDropdown = false;
43+
let displayName: string;
4244
try {
4345
await sdk
4446
.forProject(page.params.region, page.params.project)

0 commit comments

Comments
 (0)