Add comment

This commit is contained in:
Bojan Serafimov
2022-02-01 16:31:01 -05:00
parent d44873246d
commit c743e7a5cc

View File

@@ -119,6 +119,7 @@ impl ProxyConnection {
None => return Ok(None),
};
// HACK for local testing only
// Both scenarios here should end up producing database credentials
if true || username.ends_with("@zenith") {
self.handle_existing_user(&username, &dbname).map(Some)