Skip to content

Commit 2a19e26

Browse files
authored
fix redirect
1 parent 8a137e7 commit 2a19e26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

root/app/ldap-backend-app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def auth_form(self, target = None):
8282
<!-- <p>
8383
<input type="text" name="token" placeholder="2FA Token" aria-label="2FA Token" />
8484
</p> -->
85-
<input type="hidden" name="target" value="/">
85+
<input type="hidden" name="target" value="TARGET">
8686
<button type="submit" class="submit btn btn-primary">Log In</button>
8787
</form>
8888
</div>

0 commit comments

Comments
 (0)