Skip to content

Commit 4dde443

Browse files
committed
[fix] Fixed ValidatePhoneTokenView
1 parent e6b2c4c commit 4dde443

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

openwisp_radius/api/views.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -770,7 +770,6 @@ def post(self, request, *args, **kwargs):
770770
defaults={
771771
"is_verified": True,
772772
"method": "mobile_phone",
773-
"is_active": True,
774773
},
775774
)
776775
reg_user.is_verified = True

0 commit comments

Comments
 (0)