We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa257b1 commit c332cc7Copy full SHA for c332cc7
templates/src/routes/Auth.js
@@ -1,8 +1,10 @@
1
import React from 'react'
2
import { BrowserRouter as Switch, Route, Link } from 'react-router-dom'
3
import Logout from '../pages/Auth/Logout'
4
-<%- if ne (index .Params `backendApplicationHosting`) "serverless" %>
+<%- if eq (index .Params `backendApplicationHosting`) "serverless" %>
5
import Login from '../pages/Auth/Login'
6
+<% end %>
7
+<%- if ne (index .Params `backendApplicationHosting`) "serverless" %>
8
import Auth from '../pages/Auth/Form'
9
<% end %>
10
0 commit comments