merixstudio / django-trench

django-trench provides a set of REST API endpoints to supplement django-rest-framework with multi-factor authentication (MFA, 2FA). It supports both standard built-in authentication methods, as well as JWT (JSON Web Token).
Other
274 stars 57 forks source link

#171 | Problem with email 2FA method activation #187

Closed wmaciejewskimer closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Merging #187 (b725d74) into develop (10299d3) will increase coverage by 0.01%. The diff coverage is 100.00%.

:exclamation: Current head b725d74 differs from pull request most recent head 08ecabe. Consider uploading reports for the commit 08ecabe to get more accurate results

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #187      +/-   ##
===========================================
+ Coverage    96.72%   96.73%   +0.01%     
===========================================
  Files           34       34              
  Lines          641      643       +2     
===========================================
+ Hits           620      622       +2     
  Misses          21       21              
Impacted Files Coverage Δ
trench/exceptions.py 100.00% <100.00%> (ø)
trench/views/base.py 92.56% <100.00%> (-0.05%) :arrow_down: