Skip to content

Commit

Permalink
feat(mobile): hide client configuration steps
Browse files Browse the repository at this point in the history
Adds unnecessary complexity
  • Loading branch information
hazzuk committed Dec 10, 2024
1 parent 2a82051 commit 4dce6f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/vector/mobile_guide/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -769,7 +769,7 @@ <h2>Apps</h2>
</div>
</div>
</div>
<div id="step2_container" class="mx_HomePage_col mx_Spacer" style="display: none">
<!-- <div id="step2_container" class="mx_HomePage_col mx_Spacer" style="display: none">
<div class="mx_HomePage_row">
<div>
<h2>2: Configure your app</h2>
Expand All @@ -781,7 +781,7 @@ <h2>2: Configure your app</h2>
<p class="mx_Subtext" id="custom_is">Identity server: <em id="is_url"></em></p>
</div>
</div>
</div>
</div> -->
<div class="mx_HomePage_row mx_Center mx_Spacer">
<p class="mx_Spacer">
<a id="back_to_element_button" href="#" class="mx_FooterLink"> Go to Desktop Site </a>
Expand Down

0 comments on commit 4dce6f5

Please sign in to comment.