aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/Catalyst/Authentication/Credential/2FA.pm
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2019-10-24 11:38:43 +0100
committerMatthew Somerville <matthew@mysociety.org>2019-10-28 17:10:33 +0000
commitdce115c18fcc3565176b0d65fe7a70926a8eb213 (patch)
tree7a093f2932c65302d120a0785620c8746f3ac7af /perllib/Catalyst/Authentication/Credential/2FA.pm
parent46ce9b46c34096ce13154e2f68caaa1977a7b28d (diff)
Move 2FA form template to subdirectory.
Diffstat (limited to 'perllib/Catalyst/Authentication/Credential/2FA.pm')
-rw-r--r--perllib/Catalyst/Authentication/Credential/2FA.pm2
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;
}
}