Add external link warning

This commit is contained in:
Ryan Alexander
2021-08-29 09:56:20 +10:00
parent 5c5c9c7d22
commit 3d0e95d25d
4 changed files with 46 additions and 0 deletions

View File

@@ -24,6 +24,7 @@ export type Screen =
| { id: "signed_out" }
| { id: "error"; error: string }
| { id: "clipboard"; text: string }
| { id: "external_link_prompt"; link: string }
| {
id: "_prompt";
question: Children;