Skip to content

Commit

Permalink
Update privacy & user agreement url
Browse files Browse the repository at this point in the history
  • Loading branch information
vince-hz committed Dec 13, 2023
1 parent 50410ed commit 4b478db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Flat/Modules/Login/AgreementCheckView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ class AgreementCheckView: UIStackView {

// MARK: - Action -
@objc func onClickPrivacy() {
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")!)
presentRoot?.present(controller, animated: true, completion: nil)
}

@objc func onClickServiceAgreement() {
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")!)
presentRoot?.present(controller, animated: true, completion: nil)
}

Expand Down

0 comments on commit 4b478db

Please sign in to comment.