mirror of
				https://gitea.augustin64.fr/piair/MsRewards-Reborn.git
				synced 2025-11-03 23:23:53 +01:00 
			
		
		
		
	bon au moins j'ai compris le problème
This commit is contained in:
		@@ -159,7 +159,7 @@ def change_password():
 | 
			
		||||
# handle login failed
 | 
			
		||||
@app.errorhandler(401)
 | 
			
		||||
def unauthorized(e):
 | 
			
		||||
    return(redirect("login"))
 | 
			
		||||
    return(redirect("/login"))
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
# callback to reload the user object
 | 
			
		||||
 
 | 
			
		||||
@@ -3,7 +3,7 @@
 | 
			
		||||
{% block content %}
 | 
			
		||||
 | 
			
		||||
{%if not current_user.is_authenticated %}
 | 
			
		||||
<form method="post" action="">
 | 
			
		||||
<form method="post" action="/login">
 | 
			
		||||
    <table>
 | 
			
		||||
        <tr>
 | 
			
		||||
            <td class="comlumn-name">password</td>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user