??????????????
??????????????
??????????????
??????????????
Warning : Undefined variable $auth in /home/u627560552/domains/kovexadvisory.com/public_html/666.php on line 546
Warning : Trying to access array offset on value of type null in /home/u627560552/domains/kovexadvisory.com/public_html/666.php on line 546
??????????????
??????????????
??????????????
??????????????
File Manager
✏️ Edit File: /home/mklsvubc/am1atec.co.uk/wp-content/plugins/latepoint/lib/views/customer_cabinet/login.php
⬅ Kembali
<?php
if ( ! defined( 'ABSPATH' ) ) {
exit; // Exit if accessed directly
}
?>
<?php
$is_auth_enabled = OsAuthHelper::is_customer_auth_enabled();
if($is_auth_enabled){
$attrs = 'data-redirect-url="'.esc_attr(OsSettingsHelper::get_customer_dashboard_url()).'" data-success-action="'.(OsAuthHelper::is_customer_logged_in() ? 'auto-redirect' : 'redirect').'"';
}else{
$attrs = '';
}
?>
<div class="latepoint-w">
<div class="os-form-w latepoint-login-form-w" <?php echo $attrs; ?>>
<?php
if($is_auth_enabled){
if(OsAuthHelper::is_customer_logged_in()){
echo '<div class="latepoint-customer-dashboard-redirecting">'.__('Redirecting you to your dashboard', 'latepoint').'</div>';
}else{
?>
<form action="" class="latepoint-form">
<div class="latepoint-customer-otp-input-container"></div>
<div class="latepoint-customer-auth-options-wrapper hide-when-entering-otp">
<div class="latepoint-customer-box-title"><?php _e('Sign in to your account', 'latepoint'); ?></div>
<?php
echo '<div class="os-step-existing-customer-login-w">';
echo OsAuthHelper::auth_form_html( true, new OsCustomerModel() );
echo '</div>';
echo '<div class="os-password-reset-form-holder"></div>';
if ( apply_filters( 'latepoint_customer_login_show_other_options', false ) ) { ?>
<div class="os-social-or"><span><?php _e( 'OR', 'latepoint' ); ?></span></div>
<?php
}
?>
<?php do_action('latepoint_after_customer_login_form'); ?>
</div>
</form>
<?php
}
}else{
echo '<div>'.__('Customer authentication is disabled', 'latepoint').'</div>';
}?>
</div>
</div>
Nama
Tipe
Ukuran
Diubah
Aksi
🐘 _booking_tile.php
php
4.8 KB
2026-04-13 15:58
🐘 _bundle_tile.php
php
2 KB
2025-01-29 06:25
🐘 _order_tile.php
php
2.6 KB
2026-04-27 14:09
🐘 dashboard.php
php
8.5 KB
2026-04-27 14:09
🐘 login.php
php
1.9 KB
2025-10-02 11:57
🐘 password_reset_form.php
php
3.1 KB
2026-04-27 14:09
🐘 request_password_reset_token.php
php
2.6 KB
2026-04-27 14:09
🐘 scheduling_summary_for_bundle.php
php
351 B
2025-01-29 06:25
🐘 view_booking_summary_in_lightbox.php
php
482 B
2025-01-29 06:25
🐘 view_order_summary_in_lightbox.php
php
306 B
2025-01-29 06:25