File tree Expand file tree Collapse file tree
OpenSignServer/cloud/customRoute/v1 Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -35,7 +35,6 @@ const GenerateToken = lazy(() => import("./pages/GenerateToken"));
3535const Webhook = lazy ( ( ) => import ( "./pages/Webhook" ) ) ;
3636const AddAdmin = lazy ( ( ) => import ( "./pages/AddAdmin" ) ) ;
3737const UpdateExistUserAdmin = lazy ( ( ) => import ( "./pages/UpdateExistUserAdmin" ) ) ;
38- const DraftTemplate = lazy ( ( ) => import ( "./pages/DraftTemplate" ) ) ;
3938const Preferences = lazy ( ( ) => import ( "./pages/Preferences" ) ) ;
4039
4140pdfjs . GlobalWorkerOptions . workerSrc = `//unpkg.com/pdfjs-dist@${ pdfjs . version } /legacy/build/pdf.worker.min.mjs` ;
@@ -206,10 +205,6 @@ function App() {
206205 />
207206 </ Route >
208207 < Route path = "/sso" element = { < SSOVerify /> } />
209- < Route
210- path = "/drafttemplate/:jwttoken"
211- element = { < DraftTemplate /> }
212- />
213208 < Route path = "*" element = { < PageNotFound /> } />
214209 </ Routes >
215210 </ BrowserRouter >
Original file line number Diff line number Diff line change @@ -431,6 +431,7 @@ const AddUser = (props) => {
431431 { t ( "phone" ) }
432432 { /* <span className="text-[red] text-[13px]"> *</span> */ }
433433 </ label >
434+ { /* added hint for phone number being optional */ }
434435 < input
435436 type = "text"
436437 name = "phone"
You can’t perform that action at this time.
0 commit comments