Skip to content

Commit

Permalink
feat(BackupoComponent): add warning for private information in backup
Browse files Browse the repository at this point in the history
  • Loading branch information
pkuehnel committed Jan 2, 2024
1 parent 5b11327 commit 2d06604
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions TeslaSolarCharger/Client/Components/BackupComponent.razor
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
<div>During the backup or restore process all TSC actions will be stopped and started again after the Backup</div>

<h2>Backup</h2>
<div class="alert alert-warning" role="alert">
Note: The backup contains private information like password for your database, possibly access codes to your solar system, latest known location of your car(s),... Do not share the backup in public.
</div>

<MudButton Disabled="@(_processingBackup || _processingRestore)" OnClick="StartBackup" Variant="Variant.Filled" Color="Color.Primary">
@if (_processingBackup)
Expand Down

0 comments on commit 2d06604

Please sign in to comment.