From 535a0835b4a91e3c7ff4e83018316d7f5239547e Mon Sep 17 00:00:00 2001 From: andrewstech Date: Mon, 20 Jun 2022 20:43:41 +0100 Subject: [PATCH 1/2] Add branded urls to firebase auth --- domains/auth.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/auth.json diff --git a/domains/auth.json b/domains/auth.json new file mode 100644 index 000000000..b9b748a4f --- /dev/null +++ b/domains/auth.json @@ -0,0 +1,10 @@ + { + "owner": { + "username": "andrewstech", + "email": "andrew@win11react.com" + }, + "record": { + "A": ["199.36.158.100"] + } + } + From 77a831cfb016f713710a3de2ee56914e600bdd60 Mon Sep 17 00:00:00 2001 From: Mahir Molai Date: Tue, 21 Jun 2022 01:10:14 +0500 Subject: [PATCH 2/2] Update auth.json --- domains/auth.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/auth.json b/domains/auth.json index b9b748a4f..36646103a 100644 --- a/domains/auth.json +++ b/domains/auth.json @@ -1,7 +1,7 @@ { "owner": { - "username": "andrewstech", - "email": "andrew@win11react.com" + "username": "@is-a-dev/maintainers", + "email": "mahir@molai.dev" }, "record": { "A": ["199.36.158.100"]