mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-29 12:01:32 +02:00
Changed a string containing writelatex.
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user