Redirect (#52)

* feat: responsive

* fix: success register

* feat: auth login responsive && auth login implementation

* fix: login page button disabled & register page

* fix: conflict

* fix: button disabled when loading

* feat: register and otp integration

* Update middleware.ts

* feat: OTP Resend

* fix: minor

* stash

* feat: mentor register pages

* feat: mentor status page pending and success

* fix: conflict
This commit is contained in:
Naufal Azmi
2025-08-18 12:49:33 +07:00
committed by GitHub
parent f3a19fa460
commit 65a6bb686c
@@ -0,0 +1,6 @@
import { redirect } from 'next/navigation';
export default function Page() {
redirect('https://forms.gle/fNzQWSdqXoyFsf8V6');
return null;
}