You've already forked element-web
mirror of
https://github.com/element-hq/element-web.git
synced 2025-12-02 21:22:41 +03:00
Simplify registration with email validation (#11398)
This commit is contained in:
committed by
GitHub
parent
beafe686a9
commit
0842559fb2
@@ -26,6 +26,7 @@ import { webserver } from "./webserver";
|
||||
import { docker } from "./docker";
|
||||
import { log } from "./log";
|
||||
import { oAuthServer } from "./oauth_server";
|
||||
import { mailhogDocker } from "./mailhog";
|
||||
|
||||
/**
|
||||
* @type {Cypress.PluginConfig}
|
||||
@@ -41,4 +42,5 @@ export default function (on: PluginEvents, config: PluginConfigOptions) {
|
||||
installLogsPrinter(on, {
|
||||
// printLogsToConsole: "always",
|
||||
});
|
||||
mailhogDocker(on, config);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user