refactor: move inline templates to files and bump version to 1.3.8
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import { redirect } from 'next/navigation';
|
||||
|
||||
export default function Redirect() {
|
||||
redirect('/auth/login/');
|
||||
}
|
||||
Reference in New Issue
Block a user