Skip to content

Commit 4b478db

Browse files
committed
Update privacy & user agreement url
1 parent 50410ed commit 4b478db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Flat/Modules/Login/AgreementCheckView.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@ class AgreementCheckView: UIStackView {
3333

3434
// MARK: - Action -
3535
@objc func onClickPrivacy() {
36-
let controller = SFSafariViewController(url: .init(string: "https://flat.whiteboard.agora.io/privacy.html")!)
36+
let controller = SFSafariViewController(url: .init(string: "https://www.flat.shengwang.cn/privacy.html")!)
3737
presentRoot?.present(controller, animated: true, completion: nil)
3838
}
3939

4040
@objc func onClickServiceAgreement() {
41-
let controller = SFSafariViewController(url: .init(string: "https://flat.whiteboard.agora.io/service.html")!)
41+
let controller = SFSafariViewController(url: .init(string: "https://www.flat.shengwang.cn/service.html")!)
4242
presentRoot?.present(controller, animated: true, completion: nil)
4343
}
4444

0 commit comments

Comments
 (0)