Skip to content

Commit ab54ecf

Browse files
committed
Don't use tabs, use spaces
1 parent ec505e8 commit ab54ecf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/hidp/hidp/otp/views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ def get_recovery_code_url(self, request): # noqa: PLR6301
286286
def get_context_data(self, **kwargs):
287287
context = super().get_context_data(**kwargs)
288288
context["recovery_code_url"] = self.get_recovery_code_url(self.request)
289-
context["logout_url"] = reverse("hidp_accounts:logout")
289+
context["logout_url"] = reverse("hidp_accounts:logout")
290290
return context
291291

292292

0 commit comments

Comments
 (0)