We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50410ed commit 4b478dbCopy full SHA for 4b478db
Flat/Modules/Login/AgreementCheckView.swift
@@ -33,12 +33,12 @@ class AgreementCheckView: UIStackView {
33
34
// MARK: - Action -
35
@objc func onClickPrivacy() {
36
- let controller = SFSafariViewController(url: .init(string: "https://flat.whiteboard.agora.io/privacy.html")!)
+ let controller = SFSafariViewController(url: .init(string: "https://www.flat.shengwang.cn/privacy.html")!)
37
presentRoot?.present(controller, animated: true, completion: nil)
38
}
39
40
@objc func onClickServiceAgreement() {
41
- let controller = SFSafariViewController(url: .init(string: "https://flat.whiteboard.agora.io/service.html")!)
+ let controller = SFSafariViewController(url: .init(string: "https://www.flat.shengwang.cn/service.html")!)
42
43
44
0 commit comments