Skip to content

Commit

Permalink
add log
Browse files Browse the repository at this point in the history
  • Loading branch information
enrichman committed Dec 5, 2023
1 parent 4b7bf7c commit 2340f86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/epinio/Credentials.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ function Credentials(props) {
await epinioClient.login('admin', 'password')
u = { username: 'admin', password: 'password' }
} catch (error) {
// fail
console.error(error)
}

if (credsChanged(props.credentials, u)) {
Expand Down

0 comments on commit 2340f86

Please sign in to comment.