forked from External/mage
Merge branch 'master' of https://github.com/magefree/mage
This commit is contained in:
commit
a522930592
104 changed files with 1024 additions and 1034 deletions
|
|
@ -781,6 +781,13 @@ public class User {
|
|||
}
|
||||
return number;
|
||||
}
|
||||
|
||||
public String getEmail() {
|
||||
if (authorizedUser != null) {
|
||||
return authorizedUser.email;
|
||||
}
|
||||
return "";
|
||||
}
|
||||
|
||||
private void updateAuthorizedUser() {
|
||||
if (authorizedUser != null) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue