diff options
Diffstat (limited to 'src/main/resources/templates')
-rw-r--r-- | src/main/resources/templates/views/login_success.html | 13 | ||||
-rw-r--r-- | src/main/resources/templates/views/partial/navigation.html | 2 |
2 files changed, 1 insertions, 14 deletions
diff --git a/src/main/resources/templates/views/login_success.html b/src/main/resources/templates/views/login_success.html deleted file mode 100644 index ee71f12f..00000000 --- a/src/main/resources/templates/views/login_success.html +++ /dev/null @@ -1,13 +0,0 @@ -<!DOCTYPE html> -<html lang="en"> -<head> - <meta charset="UTF-8"> - <title>Blank window</title> -</head> -<body> - <script type="text/javascript"> - window.opener.postMessage("{{ hash }}", "*"); - window.close(); - </script> -</body> -</html> diff --git a/src/main/resources/templates/views/partial/navigation.html b/src/main/resources/templates/views/partial/navigation.html index 184c8f2b..159c3d21 100644 --- a/src/main/resources/templates/views/partial/navigation.html +++ b/src/main/resources/templates/views/partial/navigation.html @@ -33,7 +33,7 @@ <span class="icon-title desktop">{{ i18n("messages","link.postMessage") }}</span> </a> {% else %} - <a class="a-login" href="/login" rel="nofollow"> + <a class="a-login" href="/login?retpath={{ retpath | default('/') }}" rel="nofollow"> <i data-icon="ei-user" data-size="s"></i> <span class="icon-title desktop">{{ i18n("messages", "link.Login") }}</span> </a> |