Skip to content
This repository has been archived by the owner on Sep 8, 2023. It is now read-only.

Commit

Permalink
Added back button when accessing the exfiltrated data
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulSec committed Mar 28, 2020
1 parent 3a0ac6f commit 4289e5f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/app/exfiltrated-data/exfiltrated-data.page.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
<ion-header>
<ion-toolbar>
<ion-title>File: {{exfiltratedData.file}}</ion-title>
<ion-buttons slot="start">
<ion-back-button></ion-back-button>
</ion-buttons>
</ion-toolbar>
</ion-header>

Expand Down

0 comments on commit 4289e5f

Please sign in to comment.