show last updated time
This commit is contained in:
parent
0ae47c2b30
commit
7eee62fa01
3 changed files with 18 additions and 3 deletions
|
|
@ -60,6 +60,8 @@ class SettingsTableViewController: UITableViewController {
|
|||
Defaults[.gitRepositoryUsername] = username
|
||||
Defaults[.gitRepositoryPassword] = password
|
||||
Defaults[.gitRepositoryAuthenticationMethod] = auth
|
||||
|
||||
Defaults[.lastUpdatedTime] = Date()
|
||||
|
||||
NotificationCenter.default.post(Notification(name: Notification.Name("passwordUpdated")))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue