CryptoPassphrase  Diff

Differences From Artifact [06c53e33a8]:

To Artifact [30a86b68e2]:


84
85
86
87
88
89
90
91

92
93
94
95
96
97
98
99
100
101
102
84
85
86
87
88
89
90

91
92
93
94
95
96
97
98
99
100
101
102







-
+











		    @"Please pick a name that does not exist yet.");
		return;
	}

	[self.mainViewController.siteStorage
	    setSite: name
	     length: length
	     legacy: self.legacySwitch.enabled];
	     legacy: self.legacySwitch.on];

	[self.mainViewController.tableView reloadData];

	[self.navigationController popViewControllerAnimated: YES];
}

- (IBAction)cancel: (id)sender
{
	[self.navigationController popViewControllerAnimated: YES];
}
@end