diff --git a/ReplayBrowser/Pages/Account/Manage.razor b/ReplayBrowser/Pages/Account/Manage.razor index 98c27ed..b07c4be 100644 --- a/ReplayBrowser/Pages/Account/Manage.razor +++ b/ReplayBrowser/Pages/Account/Manage.razor @@ -35,7 +35,14 @@ else if (account != null) // Toggle for redacting account Redacting an account will mean, that only you will be able to see and search for you in replays. -
Redact Account:
+Redact Account: @if (account.Settings.RedactInformation) + { + + } + else + { + + }
}