Authentication and form for newsletter publishing
This commit is contained in:
@@ -86,6 +86,7 @@ pub async fn post_login(
|
||||
messages.error(e.to_string());
|
||||
e
|
||||
}
|
||||
AuthError::NotAuthenticated => unreachable!(),
|
||||
};
|
||||
Err(e)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user