Remove support for E164-based numbers
This commit is contained in:
parent
aa03ac36bc
commit
0ce593bf0d
17 changed files with 469 additions and 916 deletions
|
@ -8,7 +8,7 @@ import { Modal } from './Modal';
|
|||
import { Intl } from './Intl';
|
||||
import { openLinkInWebBrowser } from '../util/openLinkInWebBrowser';
|
||||
import type { LocalizerType } from '../types/Util';
|
||||
import { SAFETY_NUMBER_MIGRATION_URL } from '../types/support';
|
||||
import { SAFETY_NUMBER_URL } from '../types/support';
|
||||
|
||||
export type PropsType = {
|
||||
i18n: LocalizerType;
|
||||
|
@ -16,7 +16,7 @@ export type PropsType = {
|
|||
};
|
||||
|
||||
function onLearnMore() {
|
||||
openLinkInWebBrowser(SAFETY_NUMBER_MIGRATION_URL);
|
||||
openLinkInWebBrowser(SAFETY_NUMBER_URL);
|
||||
}
|
||||
|
||||
export function SafetyNumberNotReady({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue