register refresh token and login refresh token for multiple users
This commit is contained in:
@@ -60,7 +60,7 @@ std::panic::set_hook(Box::new(|info| {
|
||||
.send();
|
||||
}));
|
||||
|
||||
panic!("crash-test");
|
||||
//panic!("crash-test");
|
||||
|
||||
let hotel_pools = HotelPool::new();
|
||||
let logs_manager = SqliteConnectionManager::file("db/auth.sqlite");
|
||||
|
||||
Reference in New Issue
Block a user