Add more debugging information in authorize route, and cargo fmt
This commit is contained in:
parent
9481c0ff7e
commit
907f22bfd4
17 changed files with 307 additions and 164 deletions
|
|
@ -1,3 +1,5 @@
|
|||
#[macro_use] extern crate log;
|
||||
|
||||
mod cache;
|
||||
pub use cache::JsonCache;
|
||||
mod credentials;
|
||||
|
|
|
|||
Loading…
Reference in a new issue