Skip to content

Commit

Permalink
Trying to rebuild the process for auth
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRustifyer committed Apr 11, 2023
1 parent fbbb206 commit e2b58f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion canyon_connection/src/canyon_database_connector.rs
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ impl DatabaseConnection {
crate::datasources::SqlServerAuth::Basic { username, password } => {
AuthMethod::sql_server(username, password)
}
crate::datasources::SqlServerAuth::Integrated => AuthMethod::Integrated,
crate::datasources::SqlServerAuth::Integrated => AuthMethod::Integrated
},
});

Expand Down

0 comments on commit e2b58f1

Please sign in to comment.