MCPcopy Create free account
hub / github.com/MathMan05/Fermi / addSubButtonInput

Method addSubButtonInput

src/webpage/settings.ts:2016–2022  ·  view source on GitHub ↗
(
		textContent: string,
		onSubmit: (opt: Options) => void,
		{ltr = false, noSubmit = false, intText = ""} = {},
	)

Source from the content-addressed store, hash-verified

2014 (res: any) => {
2015 if (res.message) {
2016 throw new FormError(ti, res.message);
2017 } else {
2018 resolution(res);
2019 better.hide();
2020 }
2021 },
2022 {
2023 fetchURL: api + "/auth/mfa/totp",
2024 method: "POST",
2025 headers: {

Callers 4

genSecurityMethod · 0.45
showusersettingsMethod · 0.45
manageApplicationMethod · 0.45
generateSettingsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected