Skip to content

Commit b6562bb

Browse files
committed
Mute secruity warning
1 parent 7c4e79b commit b6562bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mailauth/views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def get_initial(self):
4343
}
4444

4545

46-
INTERNAL_LOGIN_URL_TOKEN = "login-token"
46+
INTERNAL_LOGIN_URL_TOKEN = "login-token" # nosec
4747

4848

4949
class LoginTokenView(DjangoLoginView):

0 commit comments

Comments
 (0)