File tree Expand file tree Collapse file tree 3 files changed +166
-168
lines changed
OpenSignServer/cloud/parsefunction Expand file tree Collapse file tree 3 files changed +166
-168
lines changed Original file line number Diff line number Diff line change @@ -449,22 +449,22 @@ function UserProfile() {
449
449
) }
450
450
</ span >
451
451
</ li >
452
- { ! isEnableSubscription && (
453
- < li className = "flex justify-between items-center border-t-[1px] border-gray-300 py-2 break-all" >
454
- < span className = "font-semibold" > Public profile:</ span >
455
- < div className = "flex items-center" >
456
- < span > opensign.me/</ span >
452
+ { /* { !isEnableSubscription && ( */ }
453
+ < li className = "flex justify-between items-center border-t-[1px] border-gray-300 py-2 break-all" >
454
+ < span className = "font-semibold" > Public profile:</ span >
455
+ < div className = "flex items-center" >
456
+ < span > opensign.me/</ span >
457
457
458
- < input
459
- onChange = { handlePublicUrl }
460
- value = { publicUserName }
461
- disabled = { ! editmode }
462
- placeholder = "enter user name"
463
- className = "border-[1px] border-gray-200 rounded-[3px]"
464
- />
465
- </ div >
466
- </ li >
467
- ) }
458
+ < input
459
+ onChange = { handlePublicUrl }
460
+ value = { publicUserName }
461
+ disabled = { ! editmode }
462
+ placeholder = "enter user name"
463
+ className = "border-[1px] border-gray-200 rounded-[3px]"
464
+ />
465
+ </ div >
466
+ </ li >
467
+ { /* )} */ }
468
468
469
469
< li className = "border-y-[1px] border-gray-300 break-all" >
470
470
< div className = "flex justify-between items-center py-2" >
You can’t perform that action at this time.
0 commit comments