Email return the last version of the email
()
| 452 | |
| 453 | // Email return the last version of the email |
| 454 | func (i *Identity) Email() string { |
| 455 | return i.lastVersion().email |
| 456 | } |
| 457 | |
| 458 | // Login return the last version of the login |
| 459 | func (i *Identity) Login() string { |