Cabinet Enter

It should only be visible at the time of the login request (show it in the dialog and load it when it opens). If you just add it to the page , it will redirect directly to your account. Change to a subdomain of your terminal
Language:
Ifyoudontseeimages
ENG
Ifyoudontseeimages
РУС
Ifyoudontseeimages
中文
Ifyoudontseeimages
ENG
Code
<iframe src="https://mt7.mobius-soft.org/iframe/client/login/?lang=en&css=https://mybroker.com/file.css " name="login" className="autoHeight-iframe" style="border:0;" width="285" height="292"> </iframe>
Copy the code
The page will look like this. Please note that you can add any custom elements to the iframe as separate div elements. We also need to remind you that when the authorization frame is shown directly on the page, it will redirect to the client cabinet. You need to place your iframe on a separate page, or show it only when you click on the login button. Hiding it by "display:none" will not cancel the redirect to your account.
Ifyoudontseeimages
Please note that you can easily change the widget's language and appearance by simply changing the css file:
IfyoudontseeimagesIfyoudontseeimagesIfyoudontseeimagesIfyoudontseeimages
Additionally, you can immediately display information if the person is already logged in. You need to send a post or get an empty post request to any site:
https://Кабинет/api/ajax/client/login-data
and to leave the office-an empty post request for:
Exit https://Кабинет/?hash=none&redirect=/
redirect=/ where to transfer after the redirect. I.e., you do not need a request to this page, but just redirect the user to it (specify in the href in the link))
How do I show an already authorized client login on the site