refactor, implement next attribute, for forward, service need user approve berfore redirect
This commit is contained in:
parent
77962edd15
commit
5037fe4def
8 changed files with 82 additions and 40 deletions
|
@ -32,3 +32,7 @@ class TOTPForm(FlaskForm):
|
|||
|
||||
class TOTPDeleteForm(FlaskForm):
|
||||
submit = SubmitField(gettext('Delete'))
|
||||
|
||||
|
||||
class OidcAuthenticationConfirm(FlaskForm):
|
||||
submit = SubmitField(gettext('Continue'))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue