LfK!Scan

{$_('configuration')}

{$_('please_provide_the_scan_client_token')}
{$_('see_our_configuration_guide')}

{#if error} {#if errormessage === "invalid_token"}
{$_('error')}
{$_('the_provided_scan_station_token_is_invalid')}
{$_('please_check_your_token_and_try_again')}
{/if} {#if errormessage === "station_disabled"}
{$_('error')}
{$_('the_provided_scan_station_is_disabled')}
{/if} {/if}
{ axios .request({ method: "GET", url: "https://dev.lauf-fuer-kaya.de/api/stations/me", headers: { Authorization: "Bearer " + token }, }) .then(function (response) { console.log(response.data); error = false; errormessage = ""; apikey.set(token); stationinfo.set(JSON.stringify(response.data)); }) .catch(function (e) { console.log(e.response.data.short); error = true; errormessage = e.response.data.short; }); }} >
{#if !isTokenValid} {$_('please_provide_a_valid_client_token')} {/if}

powered by ODIT.Services.