Edit profile and templates update
This commit is contained in:
@@ -85,5 +85,5 @@ async fn changing_password_works(connection_pool: PgPool) {
|
||||
"password": new_password,
|
||||
});
|
||||
let response = app.post_login(login_body).await;
|
||||
assert_is_redirect_to(&response, "/admin/dashboard");
|
||||
assert_is_redirect_to(&response, "/dashboard");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user