read tos
This commit is contained in:
@@ -101,6 +101,8 @@ export class LoginHandler
|
||||
'viewer_digest': viewerDigest,
|
||||
'user_agent': 'node-metaverse',
|
||||
'author': 'nmv@caspertech.co.uk',
|
||||
'agree_to_tos': params.agreeToTOS,
|
||||
'read_critical': params.readCritical,
|
||||
'options': [
|
||||
'inventory-root',
|
||||
'inventory-skeleton',
|
||||
|
||||
@@ -7,4 +7,6 @@ export class LoginParameters
|
||||
url = 'https://login.agni.lindenlab.com/cgi-bin/login.cgi';
|
||||
token?: string;
|
||||
mfa_hash?: string;
|
||||
agreeToTOS?: true;
|
||||
readCritical?: true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user