diff options
author | Matthew Somerville <matthew@mysociety.org> | 2019-10-24 11:38:43 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2019-10-28 17:10:33 +0000 |
commit | dce115c18fcc3565176b0d65fe7a70926a8eb213 (patch) | |
tree | 7a093f2932c65302d120a0785620c8746f3ac7af /perllib/Catalyst/Authentication/Credential/2FA.pm | |
parent | 46ce9b46c34096ce13154e2f68caaa1977a7b28d (diff) |
Move 2FA form template to subdirectory.
Diffstat (limited to 'perllib/Catalyst/Authentication/Credential/2FA.pm')
-rw-r--r-- | perllib/Catalyst/Authentication/Credential/2FA.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perllib/Catalyst/Authentication/Credential/2FA.pm b/perllib/Catalyst/Authentication/Credential/2FA.pm index 428a3668c..154959ce3 100644 --- a/perllib/Catalyst/Authentication/Credential/2FA.pm +++ b/perllib/Catalyst/Authentication/Credential/2FA.pm @@ -44,7 +44,7 @@ sub authenticate { $c->stash->{token} = $token->token; } - $c->stash->{template} = 'auth/2faform.html'; + $c->stash->{template} = 'auth/2fa/form.html'; $c->detach; } } |