mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-13 03:09:04 +01:00
Nickname is all one word.
This commit is contained in:
@@ -6,7 +6,7 @@ public interface SetupController {
|
||||
|
||||
float estimatePasswordStrength(String password);
|
||||
|
||||
void storeAuthorInfo(String password, String nickname,
|
||||
void storeAuthorInfo(String nickname, String password,
|
||||
ResultHandler<Void> resultHandler);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user