File tree 2 files changed +3
-1
lines changed
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,8 @@ <h2 id="hello" class="lefttext">Loading</h2>
33
33
< button id ="delete-account-btn " class ="danger-btn "> Delete account</ button >
34
34
< br style ="margin-top: 30px; ">
35
35
< a class ="abutton " href ="https://account.davidnet.net/pages/usercontent/upload/?type=profile_picture&redirect=https://account.davidnet.net/links/change_profile_picture/ "> Change profile picture</ a >
36
- < a id ="goprofile " class ="abutton " href ="https://account.davidnet.net/user?id= "> View profile</ a >
36
+ < br style ="margin-top: 15px; ">
37
+ < a id ="goprofile " class ="abutton " href =""> View profile</ a >
37
38
< br style ="margin-top: 10px; ">
38
39
< h3 > Manage your 2FA:</ h3 >
39
40
< button style ="display: none; " id ="enable-totp-btn "> Enable TOTP</ button >
Original file line number Diff line number Diff line change @@ -290,6 +290,7 @@ async function updateUserInfo() {
290
290
document . getElementById ( "email" ) . textContent = `Email: ${ email } ` ;
291
291
document . getElementById ( "creationdate" ) . textContent = `UTC Creation date: ${ formatUTCDate ( creationDate ) } ` ;
292
292
document . getElementById ( "goprofile" ) . href = `https://account.davidnet.net/user/id?=${ userid } ` ;
293
+
293
294
await loadprofilepicture ( userid ) ;
294
295
} catch ( error ) {
295
296
console . error ( "Failed to fetch user info:" , error ) ;
You can’t perform that action at this time.
0 commit comments