Skip to content

Commit 2e74a12

Browse files
committed
add back renaming to the panel
1 parent 4f29421 commit 2e74a12

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/routes/panel/+page.svelte

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1847,24 +1847,24 @@
18471847
>
18481848
</div>
18491849
</div>
1850-
<!-- <br>
1851-
<br> -->
1852-
<!-- <input
1850+
<br>
1851+
<br>
1852+
<input
18531853
type="text"
18541854
size="50"
18551855
minlength="3"
18561856
maxlength="20"
18571857
placeholder="New username..."
18581858
bind:value={userSelectionData.newUsername}
18591859
/>
1860-
<br> -->
1860+
<br>
18611861
<label>
18621862
New Profile Picture:
18631863
<input type="file" on:change={setNewPfpInput} />
18641864
</label>
18651865
<br />
18661866
<br />
1867-
<!--<Button color="purple" on:click={renameUser}>Rename User</Button>-->
1867+
<Button color="purple" on:click={renameUser}>Rename User</Button>
18681868
<Button color="purple" on:click={changePfpUser}
18691869
>Change User's Profile Picture</Button
18701870
>

0 commit comments

Comments
 (0)