Fix compilation errors in auth flow #14
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
There are compilation errors in the current auth flow code that prevent the server from building.
Errors in
user_agent.rs:Authvariant not found onserver_message::PayloadFrom<diesel::result::Error>implsErrors in
context.rs:impls satisfyingFrom<diesel::result::Error>Errors in
lib.rs:diesel_async::AsyncConnection::transactionThese need to be resolved before further auth work can proceed.