Skip to content

Commit

Permalink
refactor: ajustado o codigo
Browse files Browse the repository at this point in the history
  • Loading branch information
LeticiaSpeda committed Jan 31, 2024
1 parent 98126f3 commit dc0f8af
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file not shown.
2 changes: 1 addition & 1 deletion AppMVVM/AppMVVM/View/Home/HomeViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ extension HomeViewController: HomeViewModelProtocol {
}

func error() {
let alert = UIAlertController(title: "Error!", message: "falha no login", preferredStyle: .alert)
let alert = UIAlertController(title: "Error!", message: "o login falhou", preferredStyle: .alert)
alert.addAction(UIAlertAction(title: "OK", style: .destructive))
present(alert, animated: true)
}
Expand Down

0 comments on commit dc0f8af

Please sign in to comment.