{{ isLogin ? 'Welcome Back' : 'Create Account' }}

{{ isLogin ? 'Login to continue' : 'Register new account' }}

{{ isLogin ? "Don't have account?" : "Already have account?" }} {{ isLogin ? 'Register' : 'Login' }}