mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Changed a string containing writelatex.
This commit is contained in:
parent
9e1d28b9bb
commit
d4613864c0
1 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
|||
package uk.ac.ic.wlgitbridge.writelatex.api.request.getsavedvers;
|
||||
|
||||
import uk.ac.ic.wlgitbridge.util.Util;
|
||||
|
||||
/**
|
||||
* Created by Winston on 06/11/14.
|
||||
*/
|
||||
|
@ -9,7 +11,7 @@ public class WLUser {
|
|||
private final String email;
|
||||
|
||||
public WLUser() {
|
||||
this("Anonymous", "anonymous@writelatex.com");
|
||||
this("Anonymous", "anonymous@" + Util.getServiceName().toLowerCase() + ".com");
|
||||
}
|
||||
|
||||
public WLUser(String name, String email) {
|
||||
|
|
Loading…
Reference in a new issue