diff options
author | Christian Kollmann <christian.kollmann@a-sit.at> | 2021-03-04 14:00:53 +0100 |
---|---|---|
committer | Christian Kollmann <christian.kollmann@a-sit.at> | 2021-03-04 14:18:15 +0100 |
commit | b9bc937ff9471c60ced2ef9ed7df526cf31059db (patch) | |
tree | 6cbd58a098a457797ab85f816efc7bb05404470c /connector | |
parent | 2c49670334049a065d86defc8524f2e5eae6ca78 (diff) | |
download | National_eIDAS_Gateway-b9bc937ff9471c60ced2ef9ed7df526cf31059db.tar.gz National_eIDAS_Gateway-b9bc937ff9471c60ced2ef9ed7df526cf31059db.tar.bz2 National_eIDAS_Gateway-b9bc937ff9471c60ced2ef9ed7df526cf31059db.zip |
Document input, output, transitions for each task
Diffstat (limited to 'connector')
-rw-r--r-- | connector/src/test/resources/config/templates/other_login_method.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/connector/src/test/resources/config/templates/other_login_method.html b/connector/src/test/resources/config/templates/other_login_method.html index 3a3f9a4a..56c368c6 100644 --- a/connector/src/test/resources/config/templates/other_login_method.html +++ b/connector/src/test/resources/config/templates/other_login_method.html @@ -231,6 +231,7 @@ <input type="hidden" name="selectedCountry" value="NONE"> <input type="hidden" name="pendingid" value="$pendingid" th:attr="value=${pendingid}"/> </form> + <!-- todo wohnsitz --> </div> <!-- Abbrechen Button --> |