kopia lustrzana https://github.com/c9/core
some formatting changes
rodzic
e6cef5fe3b
commit
e5e868339e
|
@ -14,9 +14,7 @@ define(function(require, exports, module) {
|
|||
if (!user) return true;
|
||||
if (user.id === -1) return true;
|
||||
|
||||
if(!user.id){
|
||||
if (user.uid === -1) return true;
|
||||
}
|
||||
if (!user.id && user.uid === -1) return true;
|
||||
|
||||
if (hasInternalTestName(user)) return true;
|
||||
if (hasInternalDomain(user.email)) return true;
|
||||
|
|
Ładowanie…
Reference in New Issue